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() |
CustomTypeInfo |
getStructureTypeInfo() |
int |
hashCode() |
void |
setStructureTypeInfo(CustomTypeInfo structureTypeInfo) |
String |
toString() |
public int getPackageCPIndex()
public String getPackagePath()
public int getNameCPIndex()
public String getStructureName()
public CustomTypeInfo getStructureTypeInfo()
public void setStructureTypeInfo(CustomTypeInfo structureTypeInfo)
public ConstantPoolEntry.EntryType getEntryType()
getEntryType
in interface ConstantPoolEntry
Copyright © 2018 WSO2. All rights reserved.