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

Packages that use DefsDeclaration
orc.ast.extended.visitor   
 

Uses of DefsDeclaration in orc.ast.extended.visitor
 

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