Constant
and represents a reference to a invoke dynamic.
Constant
, The CONSTANT_InvokeDynamic_info Structure in The Java Virtual Machine Specification
Access | Constructor and Description |
---|---|
public | |
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Implements abstract com. Implements com. Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. |
public int | Returns: Reference (index) to bootstrap method this constant refers to. Note that this method is a functional duplicate of getClassIndex for use by ConstantInvokeDynamic.
|
public String | Returns: String representationOverrides com. Returns a string representation of the object. |
ConstantInvokeDynamic | back to summary |
---|---|
public ConstantInvokeDynamic(final ConstantInvokeDynamic c) Initialize from another object.
|
ConstantInvokeDynamic | back to summary |
---|---|
pack-priv ConstantInvokeDynamic(final DataInput file) throws IOException Initialize instance from file data.
|
ConstantInvokeDynamic | back to summary |
---|---|
public ConstantInvokeDynamic(final int bootstrapMethodAttrIndex, final int nameAndTypeIndex) |
accept | back to summary |
---|---|
public void accept(final Visitor v) Implements abstract com. Implements com. Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects. |
getBootstrapMethodAttrIndex | back to summary |
---|---|
public int getBootstrapMethodAttrIndex()
|
toString | back to summary |
---|---|
public String toString() Overrides com. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |