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

Packages that use ASMethod
uk.co.badgersinfoil.metaas The metaas ActionScript source code generation / manipulation framework. 
 

Uses of ASMethod in uk.co.badgersinfoil.metaas
 

Methods in uk.co.badgersinfoil.metaas 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 null. All Rights Reserved.