Uses of Package
orc.error

Packages that use orc.error
orc Top-level package for all Orc code. 
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.declaration   
orc.ast.extended.declaration.def   
orc.ast.extended.declaration.type   
orc.ast.extended.expression   
orc.ast.extended.pattern   
orc.ast.oil.expression   
orc.ast.simple.argument   
orc.env A lexical context which supports both offset- and name-based lookup. 
orc.error Orc-specific throwables. 
orc.error.compiletime   
orc.error.compiletime.typing   
orc.error.loadtime   
orc.error.runtime   
orc.parser The Orc parser. 
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. 
orc.type.inference   
 

Classes in orc.error used by orc
SourceLocation
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.ast.extended
Located
          Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.
SourceLocation
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.ast.extended.declaration.def
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
          A source location, with file, offset, line, and column information.
 

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.expression
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
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.ast.oil.expression
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
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.ast.simple.argument
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
          A source location, with file, offset, line, and column information.
 

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

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
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

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.
SourceLocation
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.parser
Locatable
          Interface representing entities whose source location can be assigned, not just observed.
 

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
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

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
          A source location, with file, offset, line, and column information.
 

Classes in orc.error used by orc.type.inference
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.