Eclipse JDT
2.1

Uses of Class
org.eclipse.jdt.core.dom.CompilationUnit

Packages that use CompilationUnit
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of CompilationUnit in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return CompilationUnit
static CompilationUnit AST.parseCompilationUnit(ICompilationUnit unit, boolean resolveBindings)
          Parses the source string of the given Java model compilation unit element and creates and returns a corresponding abstract syntax tree.
static CompilationUnit AST.parseCompilationUnit(IClassFile classFile, boolean resolveBindings)
          Parses the source string corresponding to the given Java class file element and creates and returns a corresponding abstract syntax tree.
static CompilationUnit AST.parseCompilationUnit(char[] source, String unitName, IJavaProject project)
          Parses the given string as the hypothetical contents of the named compilation unit and creates and returns a corresponding abstract syntax tree.
static CompilationUnit AST.parseCompilationUnit(char[] source)
          Parses the given string as a Java compilation unit and creates and returns a corresponding abstract syntax tree.
 CompilationUnit AST.newCompilationUnit()
          Creates an unparented compilation unit node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type CompilationUnit
 boolean ASTMatcher.match(CompilationUnit node, Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(CompilationUnit node)
           
 void ASTVisitor.endVisit(CompilationUnit node)
           
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.