Class AllNode
java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.AllNode
- All Implemented Interfaces:
IParseNode
This node represents a unary operator on a identifier.
- Since:
- 6.5
- Author:
- F. van der Meer, O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the the type name of the all expression.Methods inherited from class com.aquima.interactions.expressions.parser.ParseNodeBase
getEndPosition, getPosition, setPosition
-
Constructor Details
-
AllNode
Constructs the unary operator node with the required arguments.- Parameters:
typeName
- The right hand side of the unary operator.
-
-
Method Details
-
getTypeName
Returns the the type name of the all expression.- Returns:
- The name of the type which is never null.
-