| Constructor and Description |
|---|
ConstantMethodHandle(ConstantMethodHandle c)
Initialize from another object.
|
ConstantMethodHandle(int referenceKind,
int referenceIndex) |
| 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(DataOutputStream file)
Dump method kind and index to file stream in binary format.
|
int |
getReferenceIndex() |
int |
getReferenceKind() |
void |
setReferenceIndex(int referenceIndex) |
void |
setReferenceKind(int referenceKind) |
String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantMethodHandle(ConstantMethodHandle c)
public ConstantMethodHandle(int referenceKind, int referenceIndex)
public void accept(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump in class Constantfile - Output file streamIOException - if an I/O error occurs.public int getReferenceIndex()
public int getReferenceKind()
public void setReferenceIndex(int referenceIndex)
public void setReferenceKind(int referenceKind)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.