Class Ast.Literal

  • Enclosing class:
    Ast

    public static class Ast.Literal
    extends Ast.Exp
    Parse tree node of a literal (constant).
    • Field Detail

      • value

        public final java.lang.Comparable value
    • Constructor Detail

      • Literal

        Literal​(Pos pos,
                Op op,
                java.lang.Comparable value)
        Creates a Literal.