Class AstBoolean

All Implemented Interfaces:
ExpressionNode, Node

public final class AstBoolean extends AstLiteral
  • Field Details

    • value

      private final boolean value
  • Constructor Details

    • AstBoolean

      public AstBoolean(boolean value)
  • Method Details