public abstract class JumpStatement extends Statement
break and continue).| Modifier and Type | Method and Description |
|---|---|
String |
getLabelName()
Get the label name for this break node
|
boolean |
hasGoto()
|
void |
toString(StringBuilder sb,
boolean printType)
Print logic that decides whether to show the optimistic type or not - for example it should
not be printed after just parse, when it hasn't been computed, or has been set to a trivially
provable value
|
getLineNumber, hasTerminalFlags, isCompletionValueNeverEmpty, isTerminalpublic boolean hasGoto()
Statementpublic String getLabelName()
public void toString(StringBuilder sb, boolean printType)
Node