Uses of Interface
orc.error.Locatable

Packages that use Locatable
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.error Orc-specific throwables. 
 

Uses of Locatable in orc.ast.simple
 

Classes in orc.ast.simple that implement Locatable
 class Call
           
 

Uses of Locatable in orc.error
 

Classes in orc.error that implement Locatable
 class ArgumentTypeMismatchException
           
 class ArityMismatchException
           
 class InsufficientArgsException
           
 class JavaException
          A container for Java-level exceptions raised by code implementing sites.
 class MessageNotUnderstoodException
           
 class MethodTypeMismatchException
           
 class RuntimeTypeException
          Superclass of all runtime type exceptions, including arity mismatches, argument type mismatches, and attempts to call uncallable values.
 class SiteException
          Any exception occurring in a well-formed, well-typed site call.
 class TokenException
          A localized failure at runtime.
 class UncallableValueException
          Exception raised when an uncallable value occurs in call position.