Uses of Package
orc.error

Packages that use orc.error
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.pattern   
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.arg   
orc.ast.simple.arg   
orc.error Orc-specific throwables. 
orc.error.compiletime   
orc.error.loadtime   
orc.error.runtime   
orc.runtime.nodes Runtime execution DAG. 
orc.runtime.nodes.result These nodes make up the leaves of the DAG. 
 

Classes in orc.error used by orc.ast.extended
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.ast.extended.pattern
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.ast.oil
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.ast.oil.arg
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
 

Classes in orc.error used by orc.ast.simple.arg
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.error
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
SourceLocation
           
 

Classes in orc.error used by orc.error.compiletime
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
SourceLocation
           
 

Classes in orc.error used by orc.error.loadtime
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
 

Classes in orc.error used by orc.error.runtime
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
SourceLocation
           
 

Classes in orc.error used by orc.runtime.nodes
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
SourceLocation
           
 

Classes in orc.error used by orc.runtime.nodes.result
Debuggable
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
Locatable
          Interface representing entities whose source location can be assigned, not just observed.