Package org.asdt.core.internal.antlr

Examples of org.asdt.core.internal.antlr.AS3Parser.statement()


    // TODO: assert that there really is no extra code trailing the
    //       parsed statement
    AS3Parser parser = ASTUtils.parse(statement+";;");
    LinkedListTree stmt;
    try {
      stmt = tree(parser.statement());
    } catch (RecognitionException e) {
      throw ASTUtils.buildSyntaxException(statement, parser, e);
    }
    return stmt;
  }
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.