|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.incava.java.CompilationUnitUtil
public class CompilationUnitUtil
Miscellaneous routines for compilation units.
Constructor Summary | |
---|---|
CompilationUnitUtil()
|
Method Summary | |
---|---|
static ASTImportDeclaration[] |
getImports(ASTCompilationUnit cu)
|
static ASTPackageDeclaration |
getPackage(ASTCompilationUnit cu)
|
static ASTTypeDeclaration[] |
getTypeDeclarations(ASTCompilationUnit cu)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilationUnitUtil()
Method Detail |
---|
public static ASTPackageDeclaration getPackage(ASTCompilationUnit cu)
public static ASTImportDeclaration[] getImports(ASTCompilationUnit cu)
public static ASTTypeDeclaration[] getTypeDeclarations(ASTCompilationUnit cu)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |