Uses of Class
net.sourceforge.jane.jjtree.JavaClassDeclaration

Packages that use JavaClassDeclaration
net.sourceforge.jane.jjtree   
net.sourceforge.jane.lang.jjtree   
 

Uses of JavaClassDeclaration in net.sourceforge.jane.jjtree
 

Methods in net.sourceforge.jane.jjtree that return JavaClassDeclaration
 JavaClassDeclaration JavaCompilationUnit.getClassDeclaration(java.lang.String className)
          Returns the class declaration of the given name.
 

Methods in net.sourceforge.jane.jjtree with parameters of type JavaClassDeclaration
 java.lang.Object JavaParserVisitor.visit(JavaClassDeclaration node, java.lang.Object data)
           
 java.lang.Object NodeFinder.visit(JavaClassDeclaration node, java.lang.Object data)
           
 

Uses of JavaClassDeclaration in net.sourceforge.jane.lang.jjtree
 

Methods in net.sourceforge.jane.lang.jjtree that return JavaClassDeclaration
 JavaClassDeclaration JJTreeClassInfo.getClassDeclaration()
          Returns the class declaration.
 

Constructors in net.sourceforge.jane.lang.jjtree with parameters of type JavaClassDeclaration
JJTreeClassInfo(Jane aJane, JavaCompilationUnit aCompilationUnit, JavaClassDeclaration aClassDeclaration)
          Create a new JJTreeClassInfo.
 



Copyright © 2002-2002 SourceForge. All Rights Reserved.