public class IntegerValueExpression extends AbstractValueExpression
| Constructor and Description |
|---|
IntegerValueExpression(Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor) |
int |
getValue() |
java.lang.String |
toString() |
getTokenpublic IntegerValueExpression(Token token)
public int getValue()
public void accept(ASTVisitor visitor)
public java.lang.String toString()
toString in class java.lang.Object