Uses of Class
fmrisc.AST.FunctionType

Packages that use FunctionType
fmrisc.AST   
 

Uses of FunctionType in fmrisc.AST
 

Methods in fmrisc.AST that return FunctionType
static FunctionType Construct.functionType(Type domain, Type range)
          construct function type from types domain and range.