public final class ConstantInvokeDynamic extends ConstantCP
Constant
and represents a reference to a invoke dynamic.Constant,
The CONSTANT_InvokeDynamic_info Structure in The Java Virtual Machine Specificationclass_index, name_and_type_index| Constructor and Description |
|---|
ConstantInvokeDynamic(ConstantInvokeDynamic c)
Initialize from another object.
|
ConstantInvokeDynamic(int bootstrap_method_attr_index,
int name_and_type_index) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly
defined by the contents of a Java class.
|
int |
getBootstrapMethodAttrIndex() |
String |
toString() |
dump, getClass, getClassIndex, getNameAndTypeIndex, setClassIndex, setNameAndTypeIndexclone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantInvokeDynamic(ConstantInvokeDynamic c)
public ConstantInvokeDynamic(int bootstrap_method_attr_index,
int name_and_type_index)
public void accept(Visitor v)
public int getBootstrapMethodAttrIndex()
public String toString()
toString in class ConstantCPCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.