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