public interface NativeFunction extends Function
NativeFunction
represents any native function in ballerina.VariableDef.Kind
Modifier and Type | Method and Description |
---|---|
SimpleTypeName[] |
getArgumentTypeNames()
Get the simple Type Names of the input input arguments.
|
SimpleTypeName[] |
getReturnParamTypeNames()
Get the simple Type Names of the return parameters.
|
getAnnotations, getArgumentTypes, getParameterDefs, getReturnParameters, getReturnParamTypes, getVariableDefs, setParameterTypes, setReturnParamTypes
getKind, getType, getTypeName, getVarIndex, setKind, setType, setVarIndex
getName, getPackagePath, isNative, isPublic
getNodeLocation, getWhiteSpaceDescriptor
SimpleTypeName[] getReturnParamTypeNames()
SimpleTypeName[] getArgumentTypeNames()
Copyright © 2018 WSO2. All rights reserved.