|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttestjdt3.GenericASTParser
public class GenericASTParser
A generic ASTParser which could be configure with the visitor type.
| Constructor Summary | |
|---|---|
GenericASTParser(testjdt3.SimpleVisitor vis)
|
|
| Method Summary | |
|---|---|
void |
run(org.eclipse.jdt.core.dom.CompilationUnit unit)
Launch the visitor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericASTParser(testjdt3.SimpleVisitor vis)
| Method Detail |
|---|
public void run(org.eclipse.jdt.core.dom.CompilationUnit unit)
unit -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||