Package org.javacc.parser
Class TryBlock
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.TryBlock
Describes expansions of the form "try {...} ...".
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe block part of each catch block.The expansion contained within the try block.The block part of the finally block.The exception identifiers of each catch block.The types of each catch block.Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
Field Details
-
exp
The expansion contained within the try block. -
types
The types of each catch block. Each list entry is itself a list which in turn contains tokens as entries. -
ids
The exception identifiers of each catch block. Each list entry is a token. -
catchblks
The block part of each catch block. Each list entry is itself a list which in turn contains tokens as entries. -
finallyblk
The block part of the finally block. Each list entry is a token. If there is no finally block, this is null.
-
-
Constructor Details
-
TryBlock
public TryBlock()
-
-
Method Details