Package classycle.classfile
Class InvokeDynamicConstant
- java.lang.Object
-
- classycle.classfile.Constant
-
- classycle.classfile.InvokeDynamicConstant
-
public class InvokeDynamicConstant extends Constant
Constant specifying a bootstrap method..- Author:
- Franz-Josef Elmer
-
-
Constructor Summary
Constructors Constructor Description InvokeDynamicConstant(Constant[] pool, int bootstrapMethodAttrIndex, int nameAndTypeIndex)
Creates an instance for the specified bootstrap method.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNameAndType()
Returns name and type.java.lang.String
toString()
Returns constant type and descriptor.-
Methods inherited from class classycle.classfile.Constant
extractConstantPool, getConstant
-
-
-
-
Constructor Detail
-
InvokeDynamicConstant
public InvokeDynamicConstant(Constant[] pool, int bootstrapMethodAttrIndex, int nameAndTypeIndex)
Creates an instance for the specified bootstrap method.- Parameters:
pool
- Constant pool. Needed to resolve references.
-
-