Uses of Interface
orc.error.Debuggable

Packages that use Debuggable
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.error Orc-specific throwables. 
orc.orchard Orchard is the service-oriented implementation of Orc. 
 

Uses of Debuggable in orc.ast.simple
 

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

Uses of Debuggable in orc.error
 

Subinterfaces of Debuggable in orc.error
 interface Locatable
          Interface representing entities whose source location can be assigned, not just observed.
 

Classes in orc.error that implement Debuggable
 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.
 

Uses of Debuggable in orc.orchard
 

Classes in orc.orchard that implement Debuggable
static class OilSecurityValidator.SecurityProblem