Package com.google.javascript.jscomp
Interface ReferenceMap
-
public interface ReferenceMapMapsVars to their references.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceCollectiongetReferences(Var var)Returns references tovar.
-
-
-
Method Detail
-
getReferences
ReferenceCollection getReferences(Var var)
Returns references tovar.The code that generated this object determines which references to
varare included.
-
-