| Package | Description |
|---|---|
| org.ballerinalang.util.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableUnitInfo
CallableUnitInfo contains common metadata of a Ballerina function/resource/action in the program file. |
class |
FunctionInfo
FunctionInfo contains metadata of a Ballerina function entry in the program file. |
class |
PackageInfo
PackageInfo contains metadata of a Ballerina package entry in the program file. |
class |
PackageVarInfo
GlobalVarInfo represents a global variable or a constant in a compiled package. |
class |
ProgramFile
ProgramFile is the runtime representation of a compiled Ballerina program. |
class |
ResourceInfo
ResourceInfo contains metadata of a Ballerina resource entry in the program file. |
class |
ServiceInfo
ServiceInfo contains metadata of a Ballerina service entry in the program file. |
class |
StructFieldInfo
Represents a struct field in the compiled Ballerina program.
|
class |
StructInfo
StructInfo contains metadata of a Ballerina struct entry in the program file. |
class |
StructureTypeInfo |
class |
TransformerInfo
TransformerInfo contains metadata of a Ballerina transformer entry in the program file. |
class |
TypeDefinitionInfo
Represent serializable unit of defined type Definition item.
|
class |
WorkerInfo
WorkerInfo represents a worker in Ballerina program file. |
Copyright © 2018 WSO2. All rights reserved.