Package com.google.gwt.dev.jdt.AbstractCompiler

Examples of com.google.gwt.dev.jdt.AbstractCompiler.CompilationResults


  // TODO: Remove this overload altogether at some point.

  public static TypeDeclaration[] exec(TypeMap typeMap,
      CompilationUnitDeclaration[] unitDecls, JsProgram jsProgram) {
    CompilationResults results = new CompilationResults(unitDecls,
        new HashMap<String, BinaryTypeBinding>(0));
    return exec(typeMap, results, jsProgram, TypeLinker.NULL_TYPE_LINKER);
  }
View Full Code Here

TOP

Related Classes of com.google.gwt.dev.jdt.AbstractCompiler.CompilationResults

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.