public final class SCatch extends AStatement
| Constructor and Description |
|---|
SCatch(Location location,
java.lang.String type,
java.lang.String name,
SBlock block) |
| 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).