Class Ast.AnnotatedExp

  • Enclosing class:
    Ast

    public static class Ast.AnnotatedExp
    extends Ast.Exp
    Parse tree node of an expression annotated with a type.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object