| Package | Description |
|---|---|
| org.ballerinalang | |
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.util.codegen | |
| org.ballerinalang.util.codegen.cpentries | |
| org.ballerinalang.util.program |
| Modifier and Type | Method and Description |
|---|---|
static FunctionInfo |
BLangProgramRunner.getMainFunction(PackageInfo mainPkgInfo) |
| Modifier and Type | Method and Description |
|---|---|
PackageInfo |
StackFrame.getPackageInfo() |
| Constructor and Description |
|---|
StackFrame(PackageInfo packageInfo,
int retAddrs,
int[] retRegIndexes) |
| Modifier and Type | Method and Description |
|---|---|
PackageInfo |
ProgramFile.getEntryPackage() |
PackageInfo |
LineNumberInfo.getPackageInfo() |
PackageInfo |
CallableUnitInfo.getPackageInfo() |
PackageInfo |
StructureTypeInfo.getPackageInfo() |
PackageInfo |
ProgramFile.getPackageInfo(String packageName) |
PackageInfo[] |
ProgramFile.getPackageInfoEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramFile.addPackageInfo(String packageName,
PackageInfo packageInfo) |
static ErrorTableEntry |
ErrorTableEntry.getMatch(PackageInfo packageInfo,
int currentIP,
BStruct error) |
void |
ProgramFileReader.readWorkerDataChannelEntries(DataInputStream dataInputStream,
PackageInfo packageInfo,
CallableUnitInfo callableUnitInfo) |
void |
ProgramFile.setEntryPackage(PackageInfo entryPackage) |
void |
LineNumberInfo.setPackageInfo(PackageInfo packageInfo) |
void |
ErrorTableEntry.setPackageInfo(PackageInfo packageInfo) |
void |
CallableUnitInfo.setPackageInfo(PackageInfo packageInfo) |
protected void |
StructureTypeInfo.setPackageInfo(PackageInfo packageInfo) |
| Modifier and Type | Method and Description |
|---|---|
PackageInfo |
PackageRefCPEntry.getPackageInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageRefCPEntry.setPackageInfo(PackageInfo packageInfo) |
| Modifier and Type | Method and Description |
|---|---|
static BValue[] |
BLangFunctions.invokeEntrypointCallable(ProgramFile programFile,
PackageInfo packageInfo,
FunctionInfo functionInfo,
BValue[] args) |
Copyright © 2018 WSO2. All rights reserved.