Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
SymbolTable.Reference |
SymbolTable.Symbol.defineReferenceAt(Node n) |
SymbolTable.Reference |
SymbolTable.Symbol.getDeclaration() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<SymbolTable.Reference> |
SymbolTable.getReferenceList(SymbolTable.Symbol symbol) |
java.lang.Iterable<SymbolTable.Reference> |
SymbolTable.getReferences(SymbolTable.Symbol symbol) |
Copyright © 2009-2019 Google. All Rights Reserved.