Uses of Class
net.hydromatic.morel.ast.Ast.FunctionType
-
Packages that use Ast.FunctionType Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.FunctionType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.FunctionType Modifier and Type Method Description Ast.FunctionTypeAstBuilder. functionType(Pos pos, Ast.Type fromType, Ast.Type toType)Methods in net.hydromatic.morel.ast with parameters of type Ast.FunctionType Modifier and Type Method Description Ast.TypeShuttle. visit(Ast.FunctionType functionType)
-