Uses of Class
net.hydromatic.morel.ast.Ast.IdPat
-
Packages that use Ast.IdPat 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.IdPat in net.hydromatic.morel.ast
Fields in net.hydromatic.morel.ast declared as Ast.IdPat Modifier and Type Field Description Ast.IdPatAst.AsPat. idMethods in net.hydromatic.morel.ast with parameters of type Ast.IdPat Modifier and Type Method Description Ast.AsPatAstBuilder. asPat(Pos pos, Ast.IdPat id, Ast.Pat pat)Ast.AsPatAst.AsPat. copy(Ast.IdPat id, Ast.Pat pat)Creates a copy of thisAsPatwith given contents, orthisif the contents are the same.protected Ast.PatShuttle. visit(Ast.IdPat idPat)protected voidVisitor. visit(Ast.IdPat idPat)Constructors in net.hydromatic.morel.ast with parameters of type Ast.IdPat Constructor Description AsPat(Pos pos, Ast.IdPat id, Ast.Pat pat) -
Uses of Ast.IdPat in net.hydromatic.morel.compile
-