Uses of Class
com.google.javascript.rhino.InputId
Packages that use InputId
-
Uses of InputId in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return InputIdModifier and TypeMethodDescriptionCompilerInput.getInputId()
Returns a name for this input.static @Nullable InputId
NodeUtil.getInputId
(Node n) Reference.getInputId()
Methods in com.google.javascript.jscomp that return types with arguments of type InputIdModifier and TypeMethodDescriptionCompiler.getInputsById()
Returns an unmodifiable view of the compiler inputs indexed by id.Methods in com.google.javascript.jscomp with parameters of type InputIdModifier and TypeMethodDescriptionabstract CompilerInput
Looks up an input (possibly an externs input) by input id.@Nullable CompilerInput
@Nullable CompilerInput
Looks up an input (possibly an externs input) by input id.Constructors in com.google.javascript.jscomp with parameters of type InputIdModifierConstructorDescriptionCompilerInput
(SourceFile file, InputId inputId) CompilerInput
(SourceFile sourceFile, InputId inputId, boolean isExtern) Deprecated.the inputId is read from the SourceFile. -
Uses of InputId in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return InputIdModifier and TypeMethodDescription@Nullable InputId
Node.getInputId()
Returns the Id of the CompilerInput associated with this Node.Methods in com.google.javascript.rhino with parameters of type InputIdModifier and TypeMethodDescriptionvoid
Node.setInputId
(InputId inputId) Sets the ID of the input this Node came from.