public class CSGotoStatement extends CSStatement
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSGotoStatement(int startPosition,
CSExpression target) |
CSGotoStatement(int startPosition,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CSVisitor visitor) |
String |
label() |
CSExpression |
target() |
addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionpublic CSGotoStatement(int startPosition,
String label)
public CSGotoStatement(int startPosition,
CSExpression target)
public String label()
public CSExpression target()
Copyright © 2014. All Rights Reserved.