public final class STry extends AStatement
| Constructor and Description |
|---|
STry(Location location,
SBlock block,
java.util.List<SCatch> catches) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Subclasses should implement this with a method like
ANode.singleLineToString(Object...) or
ANode.multilineToString(Collection, Collection). |
joinWithName, multilineToString, pairwiseToString, singleLineToString, singleLineToString, singleLineToStringWithOptionalArgspublic java.lang.String toString()
ANodeANode.singleLineToString(Object...) or
ANode.multilineToString(Collection, Collection).