public final class LabeledStmt extends Statement
Constructor and Description |
---|
LabeledStmt() |
LabeledStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String label,
Statement stmt) |
LabeledStmt(String label,
Statement stmt) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
String |
getLabel() |
Statement |
getStmt() |
void |
setLabel(String label) |
void |
setStmt(Statement stmt) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public String getLabel()
public Statement getStmt()
public void setLabel(String label)
public void setStmt(Statement stmt)