Node
public final class ConstantMethodHandle extends Constant
Constant
,
Serialized FormConstructor | Description |
---|---|
ConstantMethodHandle(int reference_kind,
int reference_index) |
|
ConstantMethodHandle(ConstantMethodHandle c) |
Initialize from another object.
|
Modifier and Type | Method | 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, setComparator
public ConstantMethodHandle(ConstantMethodHandle c)
public 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)