Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
Var |
Reference.getSymbol() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Var> |
ReferenceCollectingCallback.getAllSymbols()
Gets the variables that were referenced in this callback.
|
Modifier and Type | Method and Description |
---|---|
ReferenceCollection |
ReferenceMap.getReferences(Var var)
Returns references to
var . |
ReferenceCollection |
ReferenceCollectingCallback.getReferences(Var v)
Gets the reference collection for the given variable.
|
Scope |
ReferenceCollectingCallback.getScope(Var var) |
Copyright © 2009-2020 Google. All Rights Reserved.