Examples of apiLevel()


Examples of org.eclipse.php.internal.core.ast.nodes.AST.apiLevel()

   * @see org.eclipse.php.astview.views.ASTAttribute#getChildren()
   */
  public Object[] getChildren() {
    AST ast= fRoot.getAST();
    Object[] res= {
        new GeneralAttribute(this, "apiLevel", String.valueOf(ast.apiLevel())),
        new GeneralAttribute(this, "hasResolvedBindings", String.valueOf(ast.hasResolvedBindings())),
    };
    return res;
  }

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.