Node
public final class ConstantMethodType extends Constant
Constant
,
Serialized FormConstructor | Description |
---|---|
ConstantMethodType(int descriptor_index) |
|
ConstantMethodType(ConstantMethodType 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 name and signature index to file stream in binary format.
|
int |
getDescriptorIndex() |
|
void |
setDescriptorIndex(int descriptor_index) |
|
java.lang.String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, setComparator
public ConstantMethodType(ConstantMethodType c)
public ConstantMethodType(int descriptor_index)
public void accept(Visitor v)
public final void dump(java.io.DataOutputStream file) throws java.io.IOException
public int getDescriptorIndex()
public void setDescriptorIndex(int descriptor_index)