Class EntityRecorder


  • public class EntityRecorder
    extends java.lang.Object
    Creates the entities artifacts for the new soyc.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<SyntheticArtifact> makeSoycArtifacts​(int permutationId, java.util.List<com.google.gwt.dev.jjs.JsSourceMap> sourceInfoMaps, java.lang.String sourceMapFilePrefix, com.google.gwt.dev.jjs.impl.JavaToJavaScriptMap jjsmap, com.google.gwt.dev.js.SizeBreakdown[] sizeBreakdowns, DependencyGraphRecorder codeGraph, com.google.gwt.dev.jjs.ast.JProgram jprogram)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • makeSoycArtifacts

        public static java.util.List<SyntheticArtifact> makeSoycArtifacts​(int permutationId,
                                                                          java.util.List<com.google.gwt.dev.jjs.JsSourceMap> sourceInfoMaps,
                                                                          java.lang.String sourceMapFilePrefix,
                                                                          com.google.gwt.dev.jjs.impl.JavaToJavaScriptMap jjsmap,
                                                                          com.google.gwt.dev.js.SizeBreakdown[] sizeBreakdowns,
                                                                          DependencyGraphRecorder codeGraph,
                                                                          com.google.gwt.dev.jjs.ast.JProgram jprogram)