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

Packages that use IncludeDeclaration
orc.ast.extended.visitor   
 

Uses of IncludeDeclaration in orc.ast.extended.visitor
 

Methods in orc.ast.extended.visitor 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)