Package | Description |
---|---|
org.ballerinalang.model | |
org.ballerinalang.model.expressions | |
org.ballerinalang.model.expressions.variablerefs |
Modifier and Type | Field and Description |
---|---|
protected WhiteSpaceDescriptor |
SimpleVariableDef.whiteSpaceDescriptor |
Modifier and Type | Field and Description |
---|---|
protected Map<String,WhiteSpaceDescriptor> |
WhiteSpaceDescriptor.childDescriptors |
Modifier and Type | Method and Description |
---|---|
WhiteSpaceDescriptor |
WhiteSpaceDescriptor.getChildDescriptor(String childID) |
WhiteSpaceDescriptor |
AnnotationAttachment.getWhiteSpaceDescriptor() |
WhiteSpaceDescriptor |
SimpleVariableDef.getWhiteSpaceDescriptor() |
WhiteSpaceDescriptor |
AnnotationAttributeValue.getWhiteSpaceDescriptor() |
WhiteSpaceDescriptor |
Node.getWhiteSpaceDescriptor()
Get information about whitespace associated with this particular node in source file.
|
Modifier and Type | Method and Description |
---|---|
Map<String,WhiteSpaceDescriptor> |
WhiteSpaceDescriptor.getChildDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
WhiteSpaceDescriptor.addChildDescriptor(String descriptorID,
WhiteSpaceDescriptor descriptor) |
void |
AnnotationAttachment.setWhiteSpaceDescriptor(WhiteSpaceDescriptor whiteSpaceDescriptor)
Set the whitespace descriptor for this node.
|
void |
AnnotationAttachment.AnnotationBuilder.setWhiteSpaceDescriptor(WhiteSpaceDescriptor whiteSpaceDescriptor) |
void |
SimpleVariableDef.setWhiteSpaceDescriptor(WhiteSpaceDescriptor whiteSpaceDescriptor) |
void |
AnnotationAttributeValue.setWhiteSpaceDescriptor(WhiteSpaceDescriptor whiteSpaceDescriptor) |
Constructor and Description |
---|
AnnotationAttachment(NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor,
String name,
String pkgName,
String pkgPath,
Map<String,AnnotationAttributeValue> fieldValPairs) |
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) |
AnnotationAttributeValue(SimpleVarRefExpr varRefExpr,
NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Modifier and Type | Field and Description |
---|---|
protected WhiteSpaceDescriptor |
AbstractExpression.whiteSpaceDescriptor |
Modifier and Type | Method and Description |
---|---|
WhiteSpaceDescriptor |
AbstractExpression.getWhiteSpaceDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExpression.setWhiteSpaceDescriptor(WhiteSpaceDescriptor whiteSpaceDescriptor) |
Constructor and Description |
---|
AbstractExpression(NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Constructor and Description |
---|
SimpleVarRefExpr(NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Copyright © 2018 WSO2. All rights reserved.