Class BooleanLiteral

java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Literal
org.nuxeo.ecm.core.query.sql.model.BooleanLiteral
All Implemented Interfaces:
Serializable, ASTNode, Operand

public class BooleanLiteral extends Literal
Boolean literal.
See Also:
  • Field Details

    • value

      public final boolean value
  • Constructor Details

    • BooleanLiteral

      public BooleanLiteral(boolean value)
  • Method Details

    • accept

      public void accept(IVisitor visitor)
      Description copied from interface: ASTNode
      Accept the given visitor.
      Parameters:
      visitor - the AST node visitor
    • asString

      public String asString()
      Description copied from class: Literal
      Gets a string representation of the value.
      Specified by:
      asString in class Literal
      Returns:
      a string representation of the value
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object