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