Uses of Class
orc.error.runtime.ArityMismatchException

Packages that use ArityMismatchException
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of ArityMismatchException in orc.runtime.values
 

Methods in orc.runtime.values that throw ArityMismatchException
 void Closure.createCall(Token t, java.util.List<java.lang.Object> args, Node nextNode)