public class TransformerRefCPEntry extends Object implements ConstantPoolEntry
TransformerRefCPEntry represents a Ballerina transformer in the constant pool.ConstantPoolEntry.EntryType| Constructor and Description |
|---|
TransformerRefCPEntry(int packageCPIndex,
String packagePath,
int nameCPIndex,
String transformerName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConstantPoolEntry.EntryType |
getEntryType() |
int |
getNameCPIndex() |
int |
getPackageCPIndex() |
String |
getPackagePath() |
TransformerInfo |
getTransformerInfo() |
String |
getTransformerName() |
int |
hashCode() |
void |
setTransformerInfo(TransformerInfo functionInfo) |
String |
toString() |
public int getPackageCPIndex()
public String getPackagePath()
public int getNameCPIndex()
public String getTransformerName()
public TransformerInfo getTransformerInfo()
public void setTransformerInfo(TransformerInfo functionInfo)
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.