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

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

Uses of JavaCompilationUnit in net.sourceforge.jane.jjtree
 

Methods in net.sourceforge.jane.jjtree that return JavaCompilationUnit
 JavaCompilationUnit JavaParser.parse()
          Returns compilation unit.
static JavaCompilationUnit JJTreeUtils.getCompilationUnit(Node node)
          Returns the compilation unit.
static JavaCompilationUnit JJTreeUtils.parse(java.io.InputStream in)
          Parse the given input stream.
 

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

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

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



Copyright © 2002-2002 SourceForge. All Rights Reserved.