public class StructureRefCPEntry extends Object implements ConstantPoolEntry
ConstantPoolEntry.EntryType| Constructor and Description |
|---|
StructureRefCPEntry(int packageCPIndex,
String packagePath,
int nameCPIndex,
String structureName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConstantPoolEntry.EntryType |
getEntryType() |
int |
getNameCPIndex() |
int |
getPackageCPIndex() |
String |
getPackagePath() |
String |
getStructureName() |
StructureTypeInfo |
getStructureTypeInfo() |
int |
hashCode() |
void |
setStructureTypeInfo(StructureTypeInfo structureTypeInfo) |
String |
toString() |
public int getPackageCPIndex()
public String getPackagePath()
public int getNameCPIndex()
public String getStructureName()
public StructureTypeInfo getStructureTypeInfo()
public void setStructureTypeInfo(StructureTypeInfo structureTypeInfo)
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.