Uses of Class
orc.error.compiletime.typing.TypeArityException

Packages that use TypeArityException
orc.type   
orc.type.java   
 

Uses of TypeArityException in orc.type
 

Methods in orc.type that throw TypeArityException
static java.util.Map<java.lang.reflect.TypeVariable,Type> Type.makeJavaCtx(java.lang.Class cls, java.util.List<Type> typeActuals)
          From a class with Java type formals and a list of actual Orc type parameters, create a mapping from those Java variables to their appropriate Orc type bindings.
 

Uses of TypeArityException in orc.type.java
 

Methods in orc.type.java that throw TypeArityException
 Type ClassTycon.makeCallableInstance(java.util.List<Type> params)