Class TryBlock
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.TryBlock
Describes expansions of the form "try {...} ...".
-
Nested Class Summary
Nested classes/interfaces inherited from class Expansion_
Expansion_.EXP_TYPE -
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 Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Expansion_
dumpPrefix, toString
-
Field Details
-
exp
The expansion contained within the try block. -
types
-
ids
-
catchblks
-
finallyblk
-
-
Constructor Details
-
TryBlock
public TryBlock()Standard constructor
-
-
Method Details
-
dump
- Overrides:
dumpin classExpansion_- Parameters:
indent- - the number of spaces for indentingalreadyDumped- - a Set of objects already dumped (unused)- Returns:
- the formatted string dumping the class
-