java.io.Serializable
, java.lang.Cloneable
, Node
public final class ConstantInterfaceMethodref extends ConstantCP
class_index, name_and_type_index
Constructor | Description |
---|---|
ConstantInterfaceMethodref(int class_index,
int name_and_type_index) |
|
ConstantInterfaceMethodref(ConstantInterfaceMethodref 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 implicitely
defined by the contents of a Java class.
|
clone, copy, equals, getComparator, getTag, hashCode, setComparator
dump, getClass, getClassIndex, getNameAndTypeIndex, setClassIndex, setNameAndTypeIndex, toString
public ConstantInterfaceMethodref(ConstantInterfaceMethodref c)
public ConstantInterfaceMethodref(int class_index, int name_and_type_index)
class_index
- Reference to the class containing the methodname_and_type_index
- and the method signaturepublic void accept(Visitor v)