Class DependencyGraphRecorder

java.lang.Object
com.google.gwt.core.ext.soyc.impl.DependencyRecorder
com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
All Implemented Interfaces:
com.google.gwt.dev.jjs.impl.codesplitter.MultipleDependencyGraphRecorder, com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer.DependencyRecorder

public class DependencyGraphRecorder extends com.google.gwt.core.ext.soyc.impl.DependencyRecorder
Builds the model for the (new) soyc through reading method dependencies. The code model is in a mapping from fully qualified class names (eg. com.google.gwt.MyClass, see JType.getName()) to class descriptors. Where each class descriptor has methods and their dependents.