Package | Description |
---|---|
org.ballerinalang.model |
Modifier and Type | Interface and Description |
---|---|
interface |
Function
{@link Function} represents any Ballerina function. |
interface |
NativeFunction
NativeFunction represents any native function in ballerina. |
Modifier and Type | Class and Description |
---|---|
class |
ParameterDef
Parameter represent a Parameter in various signatures. |
class |
SimpleVariableDef
VariableDef represent a Variable definition. |
Modifier and Type | Method and Description |
---|---|
VariableDef[] |
CallableUnit.getVariableDefs()
Returns an arrays of variable declarations of this callable unit.
|
Copyright © 2018 WSO2. All rights reserved.