|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ClassMember
ClassMember is a common base class for ClassMethod and ClassField
Field Summary |
Constructor Summary | |
ClassMember()
|
Method Summary | |
abstract int |
access()
Return the access flags for the method - see VMConstants |
abstract AttributeVector |
attributes()
Return the attributes associated with the member |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
boolean |
isFinal()
Is the member final? |
boolean |
isPrivate()
Is the member private? |
boolean |
isProtected()
Is the member protected? |
boolean |
isPublic()
Is the member public? |
boolean |
isStatic()
Is the member static? |
abstract ConstUtf8 |
name()
Return the name of the member |
abstract void |
setAccess(int newAccess)
Set the access flags for the method - see VMConstants |
void |
setIsFinal(boolean newFinal)
Turn on or off the final qualifier for the member. |
abstract ConstUtf8 |
signature()
Return the type signature of the method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassMember()
Method Detail |
public final boolean isStatic()
public final boolean isFinal()
public void setIsFinal(boolean newFinal)
public final boolean isPrivate()
public final boolean isProtected()
public final boolean isPublic()
public abstract int access()
public abstract void setAccess(int newAccess)
public abstract ConstUtf8 name()
public abstract ConstUtf8 signature()
public abstract AttributeVector attributes()
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |