Package javassist.compiler.ast
Class IntConst
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.IntConst
- All Implemented Interfaces:
Serializable
Integer constant.
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDdefault serialVersionUID- See Also:
-
value
protected long value -
type
protected int type
-
-
Constructor Details
-
IntConst
public IntConst(long v, int tokenId)
-
-
Method Details
-
get
public long get() -
set
public void set(long v) -
getType
public int getType() -
toString
-
accept
Description copied from class:ASTree
Is a method for the visitor pattern. It callsatXXX()
on the given visitor, whereXXX
is the class name of the node object.- Specified by:
accept
in classASTree
- Throws:
CompileError
-
compute
-
compute0
-
compute0
-