Uses of Class
net.hydromatic.morel.ast.Ast.RecordType
-
Packages that use Ast.RecordType Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.RecordType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.RecordType Modifier and Type Method Description Ast.RecordTypeAst.RecordType. accept(Shuttle shuttle)Ast.RecordTypeAstBuilder. recordType(Pos pos, Map<String,Ast.Type> fieldTypes)protected Ast.RecordTypeShuttle. visit(Ast.RecordType recordType)Methods in net.hydromatic.morel.ast with parameters of type Ast.RecordType Modifier and Type Method Description protected Ast.RecordTypeShuttle. visit(Ast.RecordType recordType)protected voidVisitor. visit(Ast.RecordType recordType)
-