public class FunctionRefCPEntry extends Object implements ConstantPoolEntry
FunctionRefCPEntry
represents a Ballerina function in the constant pool.ConstantPoolEntry.EntryType
Constructor and Description |
---|
FunctionRefCPEntry(int packageCPIndex,
String packagePath,
int nameCPIndex,
String functionName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConstantPoolEntry.EntryType |
getEntryType() |
FunctionInfo |
getFunctionInfo() |
String |
getFunctionName() |
int |
getNameCPIndex() |
int |
getPackageCPIndex() |
String |
getPackagePath() |
int |
hashCode() |
void |
setFunctionInfo(FunctionInfo functionInfo) |
String |
toString() |
public int getPackageCPIndex()
public String getPackagePath()
public int getNameCPIndex()
public String getFunctionName()
public FunctionInfo getFunctionInfo()
public void setFunctionInfo(FunctionInfo functionInfo)
public ConstantPoolEntry.EntryType getEntryType()
getEntryType
in interface ConstantPoolEntry
Copyright © 2018 WSO2. All rights reserved.