Uses of Class
net.hydromatic.morel.ast.Ast.RecordSelector
-
Packages that use Ast.RecordSelector 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.RecordSelector in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.RecordSelector Modifier and Type Method Description Ast.RecordSelectorAstBuilder. recordSelector(Pos pos, java.lang.String name)Methods in net.hydromatic.morel.ast with parameters of type Ast.RecordSelector Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.RecordSelector recordSelector) -
Uses of Ast.RecordSelector in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Ast.RecordSelector Modifier and Type Method Description private Ast.RecordSelectorTypeResolver. deduceRecordSelectorType(TypeResolver.TypeEnv env, Unifier.Variable vResult, Unifier.Variable vArg, Ast.RecordSelector recordSelector)Methods in net.hydromatic.morel.compile with parameters of type Ast.RecordSelector Modifier and Type Method Description private Ast.RecordSelectorTypeResolver. deduceRecordSelectorType(TypeResolver.TypeEnv env, Unifier.Variable vResult, Unifier.Variable vArg, Ast.RecordSelector recordSelector)
-