Package uk.co.badgersinfoil.metaas.impl

Examples of uk.co.badgersinfoil.metaas.impl.ASTStatementList


   * Creates a new ActionScript block statement.  Can be supplied to an
   * {@link uk.co.badgersinfoil.metaas.dom.ASIfStatement}, for instance.
   */
  public ASBlock newBlock() {
    LinkedListTree block = ASTBuilder.newBlock();
    return new ASTStatementList(block);
  }
View Full Code Here

TOP

Related Classes of uk.co.badgersinfoil.metaas.impl.ASTStatementList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.