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

Packages that use IncludeDeclaration
orc.ast.extended Desugared AST which is very close to the source form. 
 

Uses of IncludeDeclaration in orc.ast.extended
 

Methods in orc.ast.extended with parameters of type IncludeDeclaration
 boolean Walker.enter(IncludeDeclaration decl)
           
 void Walker.leave(IncludeDeclaration decl)
           
 java.lang.Void Walker.visit(IncludeDeclaration decl)
           
 E Visitor.visit(IncludeDeclaration decl)