|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.badgersinfoil.metaas.dom.ASMethod.AccessorRole
public static final class ASMethod.AccessorRole
Constants defined by this class denote whether a method is actually an accessor 'get' or 'set' function.
ASMethod.getAccessorRole(),
ASMethod.setAccessorRole(AccessorRole)| Field Summary | |
|---|---|
static ASMethod.AccessorRole |
GETTER
The method is a 'set' accessor |
static ASMethod.AccessorRole |
NORMAL_METHOD
A standard method; not a getter or setter. |
static ASMethod.AccessorRole |
SETTER
The method is a 'get' accessor |
| 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 ASMethod.AccessorRole NORMAL_METHOD
public static final ASMethod.AccessorRole SETTER
public static final ASMethod.AccessorRole GETTER
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||