Examples of ASTStatementList


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
Copyright © 2018 www.massapi.com. 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.