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

Variable Index

 o CONSTRUCTOR
The CONSTRUCTOR is a kind of MemberDeclaration
 o FIELD
The FIELD is a kind of MemberDeclaration
 o METHOD
The METHOD is a kind of MemberDeclaration
 o STATICINIT
The STATICINIT is a kind of MemberDeclaration
 o STATICINITIALIZER
This is same as STATICINIT
 o TYPE
The TYPE is a kind of MemberDeclaration

Method Index

 o eq(Ptree)
 o equals(Ptree)
 o writeCode()

Variables

 o FIELD
 public static final int FIELD
The FIELD is a kind of MemberDeclaration

 o METHOD
 public static final int METHOD
The METHOD is a kind of MemberDeclaration

 o CONSTRUCTOR
 public static final int CONSTRUCTOR
The CONSTRUCTOR is a kind of MemberDeclaration

 o STATICINIT
 public static final int STATICINIT
The STATICINIT is a kind of MemberDeclaration

 o TYPE
 public static final int TYPE
The TYPE is a kind of MemberDeclaration

 o STATICINITIALIZER
 public static final int STATICINITIALIZER
This is same as STATICINIT

Methods

 o writeCode
 public abstract void writeCode()
 o eq
 public abstract boolean eq(Ptree p)
 o equals
 public abstract boolean equals(Ptree p)

All Packages  Class Hierarchy  This Package  Previous  Next  Index