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

Packages that use UnrepresentableTypeException
orc.type   
orc.type.structured   
orc.type.tycon   
 

Uses of UnrepresentableTypeException in orc.type
 

Methods in orc.type that throw UnrepresentableTypeException
 Type TypeVariable.marshal()
           
 Type TypeApplication.marshal()
           
 Type Type.marshal()
          Convert to a syntactic type.
 

Uses of UnrepresentableTypeException in orc.type.structured
 

Methods in orc.type.structured that throw UnrepresentableTypeException
 Type TupleType.marshal()
           
 Type ArrowType.marshal()
           
 

Uses of UnrepresentableTypeException in orc.type.tycon
 

Methods in orc.type.tycon that throw UnrepresentableTypeException
 Type PolymorphicAliasedType.marshal()
           
 Type DatatypeTycon.marshal()