|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilationUnit | |
|---|---|
| org.fife.rsta.ac.java | |
| org.fife.rsta.ac.java.rjc.parser | |
| Uses of CompilationUnit in org.fife.rsta.ac.java |
|---|
| Methods in org.fife.rsta.ac.java that return CompilationUnit | |
|---|---|
CompilationUnit |
JavaCompletionProvider.getCompilationUnit()
|
CompilationUnit |
JavaParser.getCompilationUnit()
Returns the compilation unit from the last time the text area was parsed. |
static CompilationUnit |
Util.getCompilationUnitFromDisk(File loc,
ClassFile cf)
Used by MemberCompletion.Data implementations to get an AST
from a source file in a directory or zip/jar file. |
| Methods in org.fife.rsta.ac.java with parameters of type CompilationUnit | |
|---|---|
void |
JavaCompletionProvider.setCompilationUnit(CompilationUnit cu)
|
| Uses of CompilationUnit in org.fife.rsta.ac.java.rjc.parser |
|---|
| Methods in org.fife.rsta.ac.java.rjc.parser that return CompilationUnit | |
|---|---|
CompilationUnit |
ASTFactory.getCompilationUnit(String name,
Scanner scanner)
Reads tokens for a Java source file from the specified lexer and returns the structure of the source as an AST. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||