|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.badgersinfoil.metaas.ASProtection
Represents the access to a class mamber allowed from other classes, as specified by the "public" and "private" modifiers (or lack of) in the member's definition.
Field Summary | |
static ASProtection |
DEFAULT
Default access, as specified by the lack of either a "public or "private" modifier. |
static ASProtection |
PRIVATE
Private access, as specified by the "private" modifier. |
static ASProtection |
PUBLIC
Public access, as specified by the "public" modifier. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ASProtection PRIVATE
public static final ASProtection PUBLIC
public static final ASProtection DEFAULT
Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |