| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.util.codegen | |
| org.ballerinalang.util.codegen.cpentries |
| Modifier and Type | Field and Description |
|---|---|
ConstantPoolEntry[] |
WorkerExecutionContext.constPool |
| Modifier and Type | Method and Description |
|---|---|
ConstantPoolEntry[] |
ProgramFile.getConstPoolEntries() |
ConstantPoolEntry[] |
PackageInfo.getConstPoolEntries() |
ConstantPoolEntry |
ProgramFile.getCPEntry(int index) |
ConstantPoolEntry |
PackageInfo.getCPEntry(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProgramFile.addCPEntry(ConstantPoolEntry cpEntry) |
int |
PackageInfo.addCPEntry(ConstantPoolEntry cpEntry) |
int |
ProgramFile.getCPEntryIndex(ConstantPoolEntry cpEntry) |
int |
PackageInfo.getCPEntryIndex(ConstantPoolEntry cpEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionRefCPEntry
ActionRefCPEntry represents a Ballerina action in the constant pool. |
class |
FloatCPEntry
FloatCPEntry represents a Ballerina float value in the constant pool. |
class |
ForkJoinCPEntry
ForkJoinCPEntry represents a Ballerina fork join statement in the constant pool. |
class |
FunctionCallCPEntry
FunctionReturnCPEntry contains register indexes of function arguments and register indexes to which
the return values should be stored in the current stack frame. |
class |
FunctionRefCPEntry
FunctionRefCPEntry represents a Ballerina function in the constant pool. |
class |
IntegerCPEntry
IntegerCPEntry represents a Ballerina int value in the constant pool. |
class |
PackageRefCPEntry
PackageRefCPEntry represents a Ballerina package name in the constant pool. |
class |
StringCPEntry
StringCPEntry represents a Ballerina string value in the constant pool. |
class |
StructureRefCPEntry |
class |
TransformerRefCPEntry
TransformerRefCPEntry represents a Ballerina transformer in the constant pool. |
class |
TypeRefCPEntry
TypeCPEntry represents a Ballerina type in the constant pool. |
class |
UTF8CPEntry
UTF8CPEntry represents a constant string value in the constant pool. |
class |
WorkerDataChannelRefCPEntry
WorkerDataChannelRefCPEntry represents a Ballerina worker in the constant pool. |
| Modifier and Type | Method and Description |
|---|---|
ConstantPoolEntry[] |
ConstantPool.getConstPoolEntries() |
ConstantPoolEntry |
ConstantPool.getCPEntry(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConstantPool.addCPEntry(ConstantPoolEntry cpEntry) |
int |
ConstantPool.getCPEntryIndex(ConstantPoolEntry cpEntry) |
Copyright © 2018 WSO2. All rights reserved.