Uses of Class
orc.ast.extended.declaration.Declaration

Packages that use Declaration
orc.ast.extended Desugared AST which is very close to the source form. 
orc.ast.extended.declaration   
orc.ast.extended.declaration.type   
orc.parser The Orc parser. 
 

Uses of Declaration in orc.ast.extended
 

Constructors in orc.ast.extended with parameters of type Declaration
Declare(Declaration d, Expression e)
           
 

Uses of Declaration in orc.ast.extended.declaration
 

Subclasses of Declaration in orc.ast.extended.declaration
 class ClassDeclaration
          Declaration of a class proxy.
 class DefsDeclaration
          A group of defined expressions, together as a declaration.
 class SiteDeclaration
          Declaration of a site.
 class ValDeclaration
           
 

Uses of Declaration in orc.ast.extended.declaration.type
 

Subclasses of Declaration in orc.ast.extended.declaration.type
 class DatatypeDeclaration
          Declaration of a variant type.
 class TypeAliasDeclaration
          Creating a new alias for an existing type.
 class TypeDeclaration
          Declaration of an external type.
 

Uses of Declaration in orc.parser
 

Methods in orc.parser that return types with arguments of type Declaration
 java.util.List<Declaration> OrcParser.parseModule()
          Parse the input as a module (declarations only).