Uses of Class
net.hydromatic.morel.ast.Ast.Scan
-
Packages that use Ast.Scan 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.Scan in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Scan Modifier and Type Method Description Ast.ScanAst.Scan. accept(Shuttle shuttle)Ast.ScanAst.Scan. copy(Ast.Pat pat, Ast.Exp exp, Ast.Exp condition)Ast.ScanAstBuilder. scan(Pos pos, Op op, Ast.Pat pat, Ast.Exp exp, Ast.Exp condition)protected Ast.ScanShuttle. visit(Ast.Scan scan)Methods in net.hydromatic.morel.ast with parameters of type Ast.Scan Modifier and Type Method Description protected Ast.ScanShuttle. visit(Ast.Scan scan)protected voidVisitor. visit(Ast.Scan scan) -
Uses of Ast.Scan in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Ast.Scan Modifier and Type Method Description protected voidResolver.FromResolver. visit(Ast.Scan scan)
-