Uses of Class
uk.co.badgersinfoil.metaas.dom.ASMethod.AccessorRole

Packages that use ASMethod.AccessorRole
uk.co.badgersinfoil.metaas.dom Interfaces defining the Document Object Model for an ActionScript 3 source code file. 
 

Uses of ASMethod.AccessorRole in uk.co.badgersinfoil.metaas.dom
 

Fields in uk.co.badgersinfoil.metaas.dom 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.dom 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.dom with parameters of type ASMethod.AccessorRole
 void ASMethod.setAccessorRole(ASMethod.AccessorRole getter)
          Allows the role of a method to be changed.
 



Copyright © 2006-2007 David Holroyd. All Rights Reserved.