public class ErrorNode extends ConstNode
Represents an error literal node in the syntax tree.
  • 构造器详细资料

    • ErrorNode

      public ErrorNode(CalcError value)
      Creates a new LogicalNode from CalcError.
      参数:
      value - The error value.
  • 方法详细资料

    • getValue

      public final CalcError getValue()
      The value of this node.
    • setValue

      public final void setValue(CalcError value)
      The value of this node.