public class TypeRefCPEntry extends Object implements ConstantPoolEntry
TypeCPEntry represents a Ballerina type in the constant pool.ConstantPoolEntry.EntryType| Constructor and Description |
|---|
TypeRefCPEntry(int typeSigCPIndex,
String typeSig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConstantPoolEntry.EntryType |
getEntryType() |
BType |
getType() |
String |
getTypeSig() |
int |
getTypeSigCPIndex() |
int |
hashCode() |
void |
setType(BType type) |
public TypeRefCPEntry(int typeSigCPIndex,
String typeSig)
public int getTypeSigCPIndex()
public String getTypeSig()
public BType getType()
public void setType(BType type)
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.