Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.rhino |
The core AST from Rhino.
|
Modifier and Type | Method and Description |
---|---|
InputId |
RecoverableJsAst.getInputId() |
InputId |
SyntheticAst.getInputId() |
InputId |
JsAst.getInputId() |
InputId |
SourceAst.getInputId() |
InputId |
Reference.getInputId() |
InputId |
CompilerInput.getInputId()
Returns a name for this input.
|
static InputId |
NodeUtil.getInputId(Node n) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<InputId,CompilerInput> |
Compiler.getInputsById()
Returns an unmodifiable view of the compiler inputs indexed by id.
|
Modifier and Type | Method and Description |
---|---|
CompilerInput |
Compiler.getInput(InputId id) |
abstract CompilerInput |
AbstractCompiler.getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.
|
CompilerInput |
CompilerInputProvider.getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.
|
protected void |
Compiler.removeExternInput(InputId id)
Removes an input file from AST.
|
Constructor and Description |
---|
CompilerInput(SourceAst ast,
InputId inputId,
boolean isExtern) |
Modifier and Type | Method and Description |
---|---|
InputId |
Node.getInputId() |
Modifier and Type | Method and Description |
---|---|
void |
Node.setInputId(InputId inputId) |
Copyright © 2009-2020 Google. All Rights Reserved.