| Modifier and Type | Field and Description |
|---|---|
private int |
reference_index |
private int |
reference_kind |
| Constructor and Description |
|---|
ConstantMethodHandle(ConstantMethodHandle c)
Initialize from another object.
|
ConstantMethodHandle(java.io.DataInput file)
Initialize instance from file data.
|
ConstantMethodHandle(int reference_kind,
int reference_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 method kind and index to file stream in binary format.
|
int |
getReferenceIndex() |
int |
getReferenceKind() |
void |
setReferenceIndex(int reference_index) |
void |
setReferenceKind(int reference_kind) |
java.lang.String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantMethodHandle(ConstantMethodHandle c)
ConstantMethodHandle(java.io.DataInput file)
throws java.io.IOException
file - Input streamjava.io.IOExceptionpublic ConstantMethodHandle(int reference_kind,
int reference_index)
public void accept(Visitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public int getReferenceKind()
public void setReferenceKind(int reference_kind)
public int getReferenceIndex()
public void setReferenceIndex(int reference_index)