Uses of Class
fmrisc.Syntax.FunctionType

Packages that use FunctionType
fmrisc.Syntax   
 

Uses of FunctionType in fmrisc.Syntax
 

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