Package | Description |
---|---|
org.ballerinalang.model |
Modifier and Type | Field and Description |
---|---|
protected SimpleTypeName |
SimpleVariableDef.typeName |
Modifier and Type | Method and Description |
---|---|
SimpleTypeName[] |
NativeFunction.getArgumentTypeNames()
Get the simple Type Names of the input input arguments.
|
SimpleTypeName[] |
NativeFunction.getReturnParamTypeNames()
Get the simple Type Names of the return parameters.
|
SimpleTypeName |
SimpleVariableDef.getTypeName() |
SimpleTypeName |
VariableDef.getTypeName() |
SimpleTypeName |
AnnotationAttributeValue.getTypeName() |
Constructor and Description |
---|
AnnotationAttributeValue(AnnotationAttachment annotationValue,
SimpleTypeName valueType,
NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
AnnotationAttributeValue(AnnotationAttributeValue[] valueArray,
SimpleTypeName valueType,
NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
AnnotationAttributeValue(BValue bValue,
SimpleTypeName valueType,
NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Copyright © 2018 WSO2. All rights reserved.