Uses of Class
net.hydromatic.morel.ast.Core.DatatypeDecl
-
Packages that use Core.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 Core.DatatypeDecl in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.DatatypeDecl Modifier and Type Method Description Core.DatatypeDeclCore.DatatypeDecl. accept(Shuttle shuttle)Core.DatatypeDeclCoreBuilder. datatypeDecl(Iterable<DataType> dataTypes)protected Core.DatatypeDeclShuttle. visit(Core.DatatypeDecl datatypeDecl)Methods in net.hydromatic.morel.ast with parameters of type Core.DatatypeDecl Modifier and Type Method Description protected Core.DatatypeDeclShuttle. visit(Core.DatatypeDecl datatypeDecl)protected voidVisitor. visit(Core.DatatypeDecl datatypeDecl) -
Uses of Core.DatatypeDecl in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.DatatypeDecl Modifier and Type Method Description Core.DatatypeDeclResolver. toCore(Ast.DatatypeDecl datatypeDecl)Core.DatatypeDeclResolver.ResolvedDatatypeDecl. toDecl()Creates a datatype declaration that may have multiple datatypes.Methods in net.hydromatic.morel.compile with parameters of type Core.DatatypeDecl Modifier and Type Method Description (package private) static voidCompiles. bindPattern(TypeSystem typeSystem, List<Binding> bindings, Core.DatatypeDecl datatypeDecl)protected voidCompiles.PatternBinder. visit(Core.DatatypeDecl datatypeDecl)
-