public final class GotoStatement extends Statement
| Constructor and Description |
|---|
GotoStatement(int line,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
String |
getName() |
getExpression, getLine, toStringpublic GotoStatement(int line,
String name)
public void accept(StatementVisitor statementVisitor)
public String getName()
Copyright © 2014. All Rights Reserved.