Class AstLiteral

All Implemented Interfaces:
ExpressionNode, Node
Direct Known Subclasses:
AstBoolean, AstNull, AstNumber, AstString

public abstract class AstLiteral extends AstRightValue
  • Constructor Details

    • AstLiteral

      public AstLiteral()
  • Method Details

    • getCardinality

      public final int getCardinality()
      Description copied from interface: Node
      Get the node's number of children.
    • getChild

      public final AstNode getChild(int i)
      Description copied from interface: Node
      Get i'th child