Uses of Class
net.hydromatic.morel.ast.Ast.DatatypeDecl
-
Packages that use Ast.DatatypeDecl Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Ast.DatatypeDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.DatatypeDecl Modifier and Type Method Description Ast.DatatypeDeclAst.DatatypeDecl. accept(Shuttle shuttle)Ast.DatatypeDeclAstBuilder. datatypeDecl(Pos pos, java.lang.Iterable<Ast.DatatypeBind> binds)Ast.DatatypeDeclShuttle. visit(Ast.DatatypeDecl datatypeDecl)Methods in net.hydromatic.morel.ast with parameters of type Ast.DatatypeDecl Modifier and Type Method Description Ast.DatatypeDeclShuttle. visit(Ast.DatatypeDecl datatypeDecl) -
Uses of Ast.DatatypeDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.DatatypeDecl Modifier and Type Method Description private voidCompiler. compileDatatypeDecl(Environment env, Ast.DatatypeDecl datatypeDecl, java.util.List<Binding> bindings, java.util.List<Compiler.Action> actions)
-