Uses of Interface
com.google.javascript.rhino.StaticSourceFile
Packages that use StaticSourceFile
Package
Description
-
Uses of StaticSourceFile in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticSourceFileModifier and TypeClassDescriptionfinal class
An abstract representation of a source file that provides access to language-neutral features.Methods in com.google.javascript.jscomp that return StaticSourceFileModifier and TypeMethodDescriptionfinal StaticSourceFile
AbstractVar.getSourceFile()
static StaticSourceFile
NodeUtil.getSourceFile
(Node n) Reference.getSourceFile()
Methods in com.google.javascript.jscomp with parameters of type StaticSourceFileModifier and TypeMethodDescriptionCodingConvention.getPackageName
(StaticSourceFile source) CodingConventions.Proxy.getPackageName
(StaticSourceFile source) GoogleCodingConvention.getPackageName
(StaticSourceFile source) -
Uses of StaticSourceFile in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing that return StaticSourceFileMethods in com.google.javascript.jscomp.parsing with parameters of type StaticSourceFileModifier and TypeMethodDescriptionstatic ParserRunner.ParseResult
ParserRunner.parse
(StaticSourceFile sourceFile, String sourceString, Config config, ErrorReporter errorReporter) Constructors in com.google.javascript.jscomp.parsing with parameters of type StaticSourceFileModifierConstructorDescriptionTypeTransformationParser
(String typeTransformationString, StaticSourceFile sourceFile, ErrorReporter errorReporter, int templateLineno, int templateCharno) -
Uses of StaticSourceFile in com.google.javascript.rhino
Classes in com.google.javascript.rhino that implement StaticSourceFileModifier and TypeClassDescriptionfinal class
A simple implementation ofStaticSourceFile
for testing.Methods in com.google.javascript.rhino that return StaticSourceFileModifier and TypeMethodDescriptionStaticRef.getSourceFile()
The source file where the reference lives.@Nullable StaticSourceFile
Node.getStaticSourceFile()
Returns the source file associated with this input.Methods in com.google.javascript.rhino with parameters of type StaticSourceFileModifier and TypeMethodDescriptionfinal Node
Node.setStaticSourceFile
(@Nullable StaticSourceFile file) -
Uses of StaticSourceFile in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return StaticSourceFileModifier and TypeMethodDescription@Nullable StaticSourceFile
Property.getSourceFile()
final StaticSourceFile
SimpleReference.getSourceFile()