Uses of Class
orc.error.UncallableValueException

Packages that use UncallableValueException
orc.runtime Runtime for Orc interpreter. 
orc.runtime.values   
 

Uses of UncallableValueException in orc.runtime
 

Methods in orc.runtime that throw UncallableValueException
 Callable Token.call(Arg a)
           
 

Uses of UncallableValueException in orc.runtime.values
 

Methods in orc.runtime.values that throw UncallableValueException
 Callable Future.forceCall(Token t)