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 InputIdCompilerInput. getInputId()Returns a name for this input.InputIdJsAst. getInputId()static @Nullable InputIdNodeUtil. getInputId(Node n)InputIdRecoverableJsAst. getInputId()InputIdReference. getInputId()InputIdSourceAst. 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 CompilerInputAbstractCompiler. getInput(InputId inputId)Looks up an input (possibly an externs input) by input id.@Nullable CompilerInputCompiler. getInput(InputId id)@Nullable CompilerInputCompilerInputProvider. 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 @Nullable InputIdNode. getInputId()Returns the Id of the CompilerInput associated with this Node.Methods in com.google.javascript.rhino with parameters of type InputId Modifier and Type Method Description voidNode. setInputId(InputId inputId)Sets the ID of the input this Node came from.
-