public class ActionRefCPEntry extends Object implements ConstantPoolEntry
ActionRefCPEntry
represents a Ballerina action in the constant pool.ConstantPoolEntry.EntryType
Constructor and Description |
---|
ActionRefCPEntry(int packageCPIndex,
String packagePath,
int nameCPIndex,
String actionName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getActionName() |
ConstantPoolEntry.EntryType |
getEntryType() |
int |
getNameCPIndex() |
int |
getPackageCPIndex() |
String |
getPackagePath() |
int |
hashCode() |
public int getPackageCPIndex()
public String getPackagePath()
public int getNameCPIndex()
public String getActionName()
public ConstantPoolEntry.EntryType getEntryType()
getEntryType
in interface ConstantPoolEntry
Copyright © 2018 WSO2. All rights reserved.