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

public class ConstexprNode extends ParseNodeBase
This node contains the value from a constexpr production rule.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • ConstexprNode

      public ConstexprNode(IValue constValue)
      Constructs the node with the value the node represents.
      Parameters:
      constValue - The value for the node.
  • Method Details

    • getValue

      public IValue getValue()
      This method returns the constant value of the node.
      Returns:
      The constant value of the node.