public final class AIntegerExpression extends PExpression
Constructor and Description |
---|
AIntegerExpression() |
AIntegerExpression(TIntegerLiteral _literal_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TIntegerLiteral |
getLiteral() |
void |
setLiteral(TIntegerLiteral node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toString
getEndPos, getStartPos, setEndPos, setStartPos
public AIntegerExpression()
public AIntegerExpression(TIntegerLiteral _literal_)
public void apply(Switch sw)
public TIntegerLiteral getLiteral()
public void setLiteral(TIntegerLiteral node)
public java.lang.String toString()
toString
in class java.lang.Object