| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Constructor and Description |
|---|
IntegerLiteral(int value) |
IntegerLiteral(java.lang.Integer value) |
| Modifier and Type | Method and Description |
|---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public IntegerLiteral(int value)
public IntegerLiteral(java.lang.Integer value)
public void accept(Visitor v)
public Type accept(TypeVisitor v)