Class ConstantInvokeDynamic
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantInvokeDynamic
-
-
Constructor Summary
Constructors Constructor Description ConstantInvokeDynamic(int readUnsignedShort, int nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)intgetBootstrapMethodAttrIndex()intgetNameAndTypeIndex()StringgetValue()StringtoString()
-
-
-
Method Detail
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getNameAndTypeIndex
public final int getNameAndTypeIndex()
-
getBootstrapMethodAttrIndex
public final int getBootstrapMethodAttrIndex()
-
accept
public void accept(ClassVisitor v)
-
-