Class ConstantDynamic
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantDynamic
This class is derived from the abstract Constant class and
represents a reference to the name and signature of a field or method.
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.4.10
- Author:
- Andy Clement
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
final void
dump
(DataOutputStream file) final int
final int
getValue()
final String
toString()
-
Constructor Details
-
ConstantDynamic
public ConstantDynamic(int readUnsignedShort, int nameAndTypeIndex)
-
-
Method Details
-
dump
- Specified by:
dump
in classConstant
- Throws:
IOException
-
getNameAndTypeIndex
public final int getNameAndTypeIndex() -
getBootstrapMethodAttrIndex
public final int getBootstrapMethodAttrIndex() -
toString
-
getValue
-
accept
-