Class ConstantLong
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantLong
- All Implemented Interfaces:
Cloneable,Node,SimpleConstant
This class is derived from the abstract Constant class and
represents a reference to a long object.
-
Constructor Details
-
ConstantLong
public ConstantLong(long longValue)
-
-
Method Details
-
accept
-
dump
- Specified by:
dumpin classConstant- Throws:
IOException
-
getValue
-
getStringValue
- Specified by:
getStringValuein interfaceSimpleConstant
-
toString
-