All Packages Class Hierarchy This Package Previous Next Index
Interface openjava.ptree.MemberDeclaration
- public interface MemberDeclaration
- extends Ptree
The MemberDeclaration interface types ptree-node into the member
declaration in the body of class.
- See Also:
- Ptree, FieldDeclaration, MethodDeclaration, ConstructorDeclaration, StaticInitializer, InstanceInitializer, TypeDeclaration
-
CONSTRUCTOR
- The CONSTRUCTOR is a kind of MemberDeclaration
-
FIELD
- The FIELD is a kind of MemberDeclaration
-
METHOD
- The METHOD is a kind of MemberDeclaration
-
STATICINIT
- The STATICINIT is a kind of MemberDeclaration
-
STATICINITIALIZER
- This is same as STATICINIT
-
TYPE
- The TYPE is a kind of MemberDeclaration
-
eq(Ptree)
-
-
equals(Ptree)
-
-
writeCode()
-
FIELD
public static final int FIELD
- The FIELD is a kind of MemberDeclaration
METHOD
public static final int METHOD
- The METHOD is a kind of MemberDeclaration
CONSTRUCTOR
public static final int CONSTRUCTOR
- The CONSTRUCTOR is a kind of MemberDeclaration
STATICINIT
public static final int STATICINIT
- The STATICINIT is a kind of MemberDeclaration
TYPE
public static final int TYPE
- The TYPE is a kind of MemberDeclaration
STATICINITIALIZER
public static final int STATICINITIALIZER
- This is same as STATICINIT
writeCode
public abstract void writeCode()
eq
public abstract boolean eq(Ptree p)
equals
public abstract boolean equals(Ptree p)
All Packages Class Hierarchy This Package Previous Next Index