|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemberDeclaration | |
openjava.ptree | |
openjava.ptree.util |
Uses of MemberDeclaration in openjava.ptree |
Classes in openjava.ptree that implement MemberDeclaration | |
class |
ClassDeclaration
The ClassDeclaration class presents class declaraton node of parse tree. |
class |
ConstructorDeclaration
The ConstructorDeclaration class represents
constructor declaration node of the parse tree. |
class |
FieldDeclaration
The FieldDeclaration class presents for node of parse tree. |
class |
MemberInitializer
The InstanceInitilizer class represents instance initializer block of parse tree. |
class |
MethodDeclaration
The MethodDeclaration class presents method declaration node of parse tree. |
Methods in openjava.ptree that return MemberDeclaration | |
MemberDeclaration |
MemberDeclarationList.get(int n)
Gets the specified element at the index. |
MemberDeclaration |
MemberDeclarationList.remove(int index)
Removes the element at the specified position in this Vector. shifts any subsequent elements to the left (subtracts one from their indices). |
Methods in openjava.ptree with parameters of type MemberDeclaration | |
void |
MemberDeclarationList.add(MemberDeclaration p)
Adds the specified element after the list This causes side-effect. |
void |
MemberDeclarationList.set(int index,
MemberDeclaration p)
Adds the specified element after the list This causes side-effect. |
void |
MemberDeclarationList.insertElementAt(MemberDeclaration p,
int n)
Inserts the specified element into the list before the specified element of the list. |
Constructors in openjava.ptree with parameters of type MemberDeclaration | |
MemberDeclarationList(MemberDeclaration e0)
|
Uses of MemberDeclaration in openjava.ptree.util |
Methods in openjava.ptree.util with parameters of type MemberDeclaration | |
void |
ParseTreeVisitor.visit(MemberDeclaration p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |