Package net.hydromatic.morel.ast
Class Ast.AnnotatedExp
- java.lang.Object
-
- net.hydromatic.morel.ast.AstNode
-
- net.hydromatic.morel.ast.Ast.Exp
-
- net.hydromatic.morel.ast.Ast.AnnotatedExp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ast.Exp
accept(Shuttle shuttle)
Accepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)
method appropriate to the type of this node, and returning the result.boolean
equals(java.lang.Object obj)
int
hashCode()
-
Methods inherited from class net.hydromatic.morel.ast.Ast.Exp
args, forEachArg
-
-