|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDeclarationList | |
openjava.ptree | |
openjava.ptree.util |
Uses of ClassDeclarationList in openjava.ptree |
Methods in openjava.ptree that return ClassDeclarationList | |
ClassDeclarationList |
CompilationUnit.getClassDeclarations()
Obtains the type declaration list of this compilation unit |
ClassDeclarationList |
ClassDeclarationList.subList(int from_index,
int to_index)
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive. |
Methods in openjava.ptree with parameters of type ClassDeclarationList | |
void |
CompilationUnit.setClassDeclarations(ClassDeclarationList tdlst)
Sets the type declaration list of this compilation unit |
void |
ClassDeclarationList.addAll(ClassDeclarationList lst)
Appends a list after this list. |
Constructors in openjava.ptree with parameters of type ClassDeclarationList | |
CompilationUnit(java.lang.String e0,
java.lang.String[] e1,
ClassDeclarationList e2)
Allocates this object with specified parse-tree elements. |
Uses of ClassDeclarationList in openjava.ptree.util |
Methods in openjava.ptree.util that return ClassDeclarationList | |
ClassDeclarationList |
EvaluationShuttle.evaluateDown(ClassDeclarationList p)
|
ClassDeclarationList |
EvaluationShuttle.evaluateUp(ClassDeclarationList p)
|
Methods in openjava.ptree.util with parameters of type ClassDeclarationList | |
abstract void |
ParseTreeVisitor.visit(ClassDeclarationList p)
|
ClassDeclarationList |
EvaluationShuttle.evaluateDown(ClassDeclarationList p)
|
ClassDeclarationList |
EvaluationShuttle.evaluateUp(ClassDeclarationList p)
|
void |
EvaluationShuttle.visit(ClassDeclarationList p)
|
void |
SourceCodeWriter.visit(ClassDeclarationList p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |