Uses of Class
com.google.javascript.rhino.InputId
-
Packages that use InputId Package Description com.google.javascript.jscomp com.google.javascript.rhino -
-
Uses of InputId in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return InputId Modifier and Type Method Description InputId
CompilerInput. getInputId()
Returns a name for this input.InputId
JsAst. getInputId()
static InputId
NodeUtil. getInputId(Node n)
InputId
RecoverableJsAst. getInputId()
InputId
Reference. getInputId()
InputId
SourceAst. getInputId()
Methods in com.google.javascript.jscomp that return types with arguments of type InputId Modifier and Type Method Description java.util.Map<InputId,CompilerInput>
Compiler. getInputsById()
Returns an unmodifiable view of the compiler inputs indexed by id.Methods in com.google.javascript.jscomp with parameters of type InputId Modifier and Type Method Description abstract CompilerInput
AbstractCompiler. getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.CompilerInput
Compiler. getInput(InputId id)
CompilerInput
CompilerInputProvider. getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.Constructors in com.google.javascript.jscomp with parameters of type InputId Constructor Description CompilerInput(SourceAst ast, InputId inputId, boolean isExtern)
Deprecated.the inputId is read from the SourceAst. -
Uses of InputId in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return InputId Modifier and Type Method Description InputId
Node. getInputId()
Methods in com.google.javascript.rhino with parameters of type InputId Modifier and Type Method Description void
Node. setInputId(InputId inputId)
-