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.declaration   
orc.ast.extended.declaration.type   
orc.ast.extended.pattern   
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.simple.arg   
orc.error Orc-specific throwables. 
orc.error.compiletime   
orc.error.compiletime.typing   
orc.error.loadtime   
orc.error.runtime   
orc.runtime Runtime for Orc interpreter. 
orc.trace Generate and query Orc trace files. 
orc.trace.events Events which may appear in a trace file. 
 

Classes in orc.error used by orc.ast.extended
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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.ast.extended.declaration
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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.ast.extended.declaration.type
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
 

Classes in orc.error used by orc.ast.extended.pattern
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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.ast.oil
Located
          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.ast.simple.arg
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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
Located
          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
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
SourceLocation
           
 

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

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
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
OrcException
          Any exception generated by Orc, during compilation, loading, or execution.
SourceLocation
           
 

Classes in orc.error used by orc.runtime
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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.trace
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          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.trace.events
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
Located
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
SourceLocation