类 LogicalNode


public class LogicalNode extends ConstNode
Represents a logical literal node in the syntax tree.
  • 构造器详细资料

    • LogicalNode

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

    • getValue

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

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