public final class ConstantInvokeDynamic extends Constant
Constant
,
Serialized FormModifier and Type | Field and Description |
---|---|
private int |
bootstrap_method_attr_index |
private int |
name_and_type_index |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConstantInvokeDynamic(ConstantInvokeDynamic c)
Initialize from another object.
|
ConstantInvokeDynamic(java.io.DataInput file)
Initialize instance from file data.
|
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.
|
void |
dump(java.io.DataOutputStream file)
Dump name and signature index to file stream in binary format.
|
int |
getBootstrapMethodAttrIndex() |
int |
getNameAndTypeIndex() |
void |
setBootstrapMethodAttrIndex(int bootstrap_method_attr_index) |
void |
setNameAndTypeIndex(int name_and_type_index) |
java.lang.String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparator
private static final long serialVersionUID
private int bootstrap_method_attr_index
private int name_and_type_index
public ConstantInvokeDynamic(ConstantInvokeDynamic c)
ConstantInvokeDynamic(java.io.DataInput file) throws java.io.IOException
file
- Input streamjava.io.IOException
public ConstantInvokeDynamic(int bootstrap_method_attr_index, int name_and_type_index)
public void accept(Visitor v)
public final void dump(java.io.DataOutputStream file) throws java.io.IOException
public int getBootstrapMethodAttrIndex()
public void setBootstrapMethodAttrIndex(int bootstrap_method_attr_index)
public int getNameAndTypeIndex()
public void setNameAndTypeIndex(int name_and_type_index)