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

Packages that use ASBlock
uk.co.badgersinfoil.metaas The metaas ActionScript source code generation / manipulation framework. 
uk.co.badgersinfoil.metaas.dom Interfaces defining the Document Object Model for an ActionScript 3 source code file. 
 

Uses of ASBlock in uk.co.badgersinfoil.metaas
 

Methods in uk.co.badgersinfoil.metaas that return ASBlock
 ASBlock ActionScriptFactory.newBlock()
          Creates a new ActionScript block statement.
 

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

Methods in uk.co.badgersinfoil.metaas.dom that return ASBlock
 ASBlock ASIfStatement.getElse()
          Returns a reference to an object which can populate the else-clause of this ActionScript if-statement with new code.
 

Methods in uk.co.badgersinfoil.metaas.dom with parameters of type ASBlock
 void ASIfStatement.setThen(ASBlock thenBlock)
           
 



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