public class ConstantStatement extends ExpressionStatement
Modifier and Type | Method and Description |
---|---|
void |
accept(GoloIrVisitor visitor) |
java.lang.Object |
getValue() |
protected void |
replaceElement(GoloElement original,
GoloElement newElement) |
void |
setValue(java.lang.Object v) |
java.lang.String |
toString() |
void |
walk(GoloIrVisitor visitor) |
of
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, ofAST, replaceInParentBy, setASTNode, setParentNode
public java.lang.Object getValue()
public void setValue(java.lang.Object v)
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(GoloIrVisitor visitor)
accept
in class GoloElement
public void walk(GoloIrVisitor visitor)
walk
in class GoloElement
protected void replaceElement(GoloElement original, GoloElement newElement)
replaceElement
in class GoloElement