Class FieldVariableNode
java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.VariableNode
com.aquima.interactions.expressions.r7.parser.nodes.FieldVariableNode
- All Implemented Interfaces:
IParseNode
Parse node representing a field variable.
- Since:
- 6.4
- Author:
- F. van der Meer, O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionFieldVariableNode
(VariableNode parent, IdentifierNode variableName) Constructs the node with the name of the variable. -
Method Summary
Modifier and TypeMethodDescriptionReturns the full name with dotted notation from the variable node and it's parents.This method returns the parent variable of the field variable.Methods inherited from class com.aquima.interactions.expressions.r7.parser.nodes.VariableNode
getVariableName
Methods inherited from class com.aquima.interactions.expressions.parser.ParseNodeBase
getEndPosition, getPosition, setPosition
-
Constructor Details
-
Method Details
-
getParent
This method returns the parent variable of the field variable.- Returns:
- the parent variable of the field variable.
-
getFullName
Description copied from class:VariableNode
Returns the full name with dotted notation from the variable node and it's parents.- Overrides:
getFullName
in classVariableNode
- Returns:
- The full name with dotted notation from the variable node and it's parents.
-