java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.AllNode
All Implemented Interfaces:
IParseNode

public class AllNode extends ParseNodeBase
This node represents a unary operator on a identifier.
Since:
6.5
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • AllNode

      public AllNode(String typeName)
      Constructs the unary operator node with the required arguments.
      Parameters:
      typeName - The right hand side of the unary operator.
  • Method Details

    • getTypeName

      public String getTypeName()
      Returns the the type name of the all expression.
      Returns:
      The name of the type which is never null.