Uses of Interface
uk.co.badgersinfoil.metaas.dom.ASMethod

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

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

Methods in uk.co.badgersinfoil.metaas.dom that return ASMethod
 ASMethod ASType.getMethod(java.lang.String name)
          Returns a reference to the ActionScript method with the given name, or null, if no such method exists.
 ASMethod ASType.newMethod(java.lang.String name, Visibility visibility, java.lang.String returnType)
          Creates a new ActionScript method definition, adds it to the list of methods supported by this tyoe, and returns a reference to the method.
 



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