Serializablepublic class IntConst extends ASTree
| Constructor | Description |
|---|---|
IntConst(long v,
int tokenId) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Is a method for the visitor pattern.
|
ASTree |
compute(int op,
ASTree right) |
|
long |
get() |
|
int |
getType() |
|
void |
set(long v) |
|
String |
toString() |
public long get()
public void set(long v)
public int getType()
public void accept(Visitor v) throws CompileError
ASTreeatXXX() on the given visitor, where
XXX is the class name of the node object.accept in class ASTreeCompileErrorCopyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.