public final class ConstantFieldref extends ConstantCP
class_index, name_and_type_index| Constructor and Description |
|---|
ConstantFieldref(ConstantFieldref c)
Initialize from another object.
|
ConstantFieldref(int classIndex,
int nameAndTypeIndex) |
| 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.
|
dump, getClass, getClassIndex, getNameAndTypeIndex, setClassIndex, setNameAndTypeIndex, toStringclone, copy, equals, getComparator, getTag, hashCode, readConstant, setComparatorpublic ConstantFieldref(ConstantFieldref c)
public ConstantFieldref(int classIndex, int nameAndTypeIndex)
classIndex - Reference to the class containing the FieldnameAndTypeIndex - and the Field signatureCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.