public class ActionInfo extends CallableUnitInfo
ActionInfo contains metadata of a Ballerina action entry in the program file.CallableUnitInfo.WorkerSetattachedToType, attachedToTypeCPIndex, attributeInfoMap, defaultWorkerInfo, isNative, name, nameCPIndex, paramTypes, paramWorkerIndex, pkgCPIndex, pkgPath, retParamTypes, retWorkerIndex, signature, signatureCPIndex, workerInfoMap| Constructor and Description |
|---|
ActionInfo(int pkgCPIndex,
String pkgPath,
int actionNameCPIndex,
String actionName,
ConnectorInfo connectorInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConnectorInfo |
getConnectorInfo() |
int |
hashCode() |
addAttributeInfo, addWorkerDataChannelInfo, addWorkerInfo, getAnnotationAttachmentInfo, getAttributeInfo, getAttributeInfoEntries, getDefaultWorkerInfo, getName, getNameCPIndex, getNativeCallableUnit, getPackageCPIndex, getPackageInfo, getParamTypes, getPkgPath, getRetParamTypes, getSignature, getSignatureCPIndex, getWorkerDataChannelInfo, getWorkerDataChannelInfo, getWorkerInfo, getWorkerInfoMap, getWorkerSet, isNative, setDefaultWorkerInfo, setName, setNameCPIndex, setNative, setNativeCallableUnit, setPackageInfo, setParamTypes, setRetParamTypes, setSignature, setSignatureCPIndexpublic ActionInfo(int pkgCPIndex,
String pkgPath,
int actionNameCPIndex,
String actionName,
ConnectorInfo connectorInfo)
Copyright © 2018 WSO2. All rights reserved.