Modifier and Type | Field and Description |
---|---|
protected NodeLocation |
SimpleVariableDef.location |
Modifier and Type | Method and Description |
---|---|
NodeLocation |
AnnotationAttachment.getNodeLocation() |
NodeLocation |
SimpleVariableDef.getNodeLocation() |
NodeLocation |
AnnotationAttributeValue.getNodeLocation() |
NodeLocation |
Node.getNodeLocation()
Returns the location of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationAttachment.AnnotationBuilder.setNodeLocation(NodeLocation location)
Set the source location of the annotation.
|
void |
AnnotationAttributeValue.setNodeLocation(NodeLocation location) |
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 NodeLocation |
AbstractExpression.location |
Modifier and Type | Method and Description |
---|---|
NodeLocation |
AbstractExpression.getNodeLocation() |
Constructor and Description |
---|
AbstractExpression(NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Constructor and Description |
---|
SimpleVarRefExpr(NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Modifier and Type | Field and Description |
---|---|
protected NodeLocation |
SimpleTypeName.location |
Modifier and Type | Method and Description |
---|---|
static String |
BLangExceptionHelper.constructSemanticError(NodeLocation nodeLocation,
SemanticErrors semanticError,
Object... params) |
static SemanticException |
BLangExceptionHelper.getSemanticError(NodeLocation nodeLocation,
SemanticErrors semanticError,
Object... params) |
Copyright © 2018 WSO2. All rights reserved.