Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
TypedVar |
TypedVar.getDeclaration() |
TypedVar |
TypedScope.getOwnSlot(String name) |
TypedVar |
TypedScope.getSlot(String name) |
TypedVar |
TypedVar.getSymbol() |
TypedVar |
TypedScope.getVar(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<TypedVar> |
TypedScope.getAllSymbols() |
Iterator<TypedVar> |
TypedScope.getDeclarativelyUnboundVarsWithoutTypes() |
Iterator<TypedVar> |
TypedScope.getVars() |
Copyright © 2009–2023 Google. All rights reserved.