public class TryBlock extends Expansion
Modifier and Type | Field | Description |
---|---|---|
java.util.List<java.util.List<Token>> |
catchblks |
The block part of each catch block.
|
Expansion |
exp |
The expansion contained within the try block.
|
java.util.List<Token> |
finallyblk |
The block part of the finally block.
|
java.util.List<Token> |
ids |
The exception identifiers of each catch block.
|
java.util.List<java.util.List<Token>> |
types |
The types of each catch block.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
Constructor | Description |
---|---|
TryBlock() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.StringBuffer |
dump(int indent,
java.util.Set alreadyDumped) |
dumpPrefix, hashCode, reInit, toString
public Expansion exp
public java.util.List<java.util.List<Token>> types
public java.util.List<Token> ids
public java.util.List<java.util.List<Token>> catchblks
public java.util.List<Token> finallyblk