|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASMethod.AccessorRole | |
---|---|
uk.co.badgersinfoil.metaas | The metaas ActionScript source code generation / manipulation framework. |
Uses of ASMethod.AccessorRole in uk.co.badgersinfoil.metaas |
---|
Fields in uk.co.badgersinfoil.metaas declared as ASMethod.AccessorRole | |
---|---|
static ASMethod.AccessorRole |
ASMethod.AccessorRole.GETTER
The method is a 'set' accessor |
static ASMethod.AccessorRole |
ASMethod.AccessorRole.NORMAL_METHOD
A standard method; not a getter or setter. |
static ASMethod.AccessorRole |
ASMethod.AccessorRole.SETTER
The method is a 'get' accessor |
Methods in uk.co.badgersinfoil.metaas that return ASMethod.AccessorRole | |
---|---|
ASMethod.AccessorRole |
ASMethod.getAccessorRole()
Returns on of NORMAL_METHOD ,
GETTER or SETTER , with
NORMAL_METHOD being the default for newly synthesized methods. |
Methods in uk.co.badgersinfoil.metaas with parameters of type ASMethod.AccessorRole | |
---|---|
void |
ASMethod.setAccessorRole(ASMethod.AccessorRole getter)
Allows the role of a method to be changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |