Package | Description |
---|---|
org.ballerinalang.bre.bvm | |
org.ballerinalang.util.codegen |
Modifier and Type | Method and Description |
---|---|
static BMap<String,BValue> |
BLangVMStructs.createBStruct(StructureTypeInfo structInfo,
Object... values)
Create BStruct for given StructInfo and BValues.
|
static BMap<String,BValue> |
BLangVMErrors.createError(Context context,
boolean attachCallStack,
StructureTypeInfo errorType,
Object... values)
Create an error Struct from given struct type and message.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectTypeInfo
ObjectTypeInfo contains metadata of a Ballerina object entry in the program file. |
class |
RecordTypeInfo
RecordTypeInfo contains metadata of a Ballerina record entry in the program file. |
Modifier and Type | Method and Description |
---|---|
StructureTypeInfo |
PackageInfo.getStructInfo(String name) |
Copyright © 2018 WSO2. All rights reserved.