Class ConstantLong
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantLong
-
- All Implemented Interfaces:
Cloneable,Node,SimpleConstant
public final class ConstantLong extends Constant implements SimpleConstant
-
-
Constructor Summary
Constructors Constructor Description ConstantLong(long longValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)StringgetStringValue()LonggetValue()StringtoString()
-
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getStringValue
public final String getStringValue()
- Specified by:
getStringValuein interfaceSimpleConstant
-
-