| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.util.codegen |
| Modifier and Type | Method and Description |
|---|---|
static BConnector |
BLangVMStructs.createBConnector(ConnectorInfo connectorInfo,
Object... values)
Create BConnector with given values.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<BConnectorType,ConnectorInfo> |
ConnectorInfo.methodTableType |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInfo |
ActionInfo.getConnectorInfo() |
ConnectorInfo |
PackageInfo.getConnectorInfo(String connectorName) |
ConnectorInfo[] |
PackageInfo.getConnectorInfoEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageInfo.addConnectorInfo(String connectorName,
ConnectorInfo connectorInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorInfo.setMethodTableType(Map<BConnectorType,ConnectorInfo> methodTable) |
| Constructor and Description |
|---|
ActionInfo(int pkgCPIndex,
String pkgPath,
int actionNameCPIndex,
String actionName,
ConnectorInfo connectorInfo) |
Copyright © 2018 WSO2. All rights reserved.