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

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

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

Subinterfaces of StatementContainer in uk.co.badgersinfoil.metaas.dom
 interface ASBlock
          A code-block, as used for a while-loop body or if-statement branch.
 interface ASDoWhileStatement
          Obtained from newDoWhile(String), represents a do { } while (condition); construct.
 interface ASForEachInStatement
          Obtained from newForEachIn(String,String), represents a for each(v in a) { } statement.
 interface ASForInStatement
          Obtained from newForIn(String,String), represents a for (v in a) { } statement.
 interface ASForStatement
          Obtained from newFor(String,String,String), represents a for (; ; ) { } statement.
 interface ASIfStatement
          Obtained from newIf(String), an ASIfStatement allows statements to be added to the 'then' and else' branches.
 interface ASMethod
          Represents an ActionScript method definition within an ActionScript class or interface.
 interface ASSwitchCase
          Obtained from ASSwitchStatement.newCase(String), ASSwitchCase represents a switch-statement case-label, and the list of statements immediately following it.
 interface ASSwitchDefault
          Obtained from ASSwitchStatement.newDefault(), ASSwitchDefault represents a switch-statement default: label, and the list of statements immediately following it.
 interface ASWhileStatement
          Obtained from newWhile(String), this represents a while (test()) { } construct.
 interface ASWithStatement
           
 



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