Uses of Interface
com.google.javascript.rhino.StaticSourceFile
-
Packages that use StaticSourceFile Package Description com.google.javascript.jscomp com.google.javascript.jscomp.parsing com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of StaticSourceFile in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticSourceFile Modifier and Type Class Description class
SourceFile
An abstract representation of a source file that provides access to language-neutral features.Methods in com.google.javascript.jscomp that return StaticSourceFile Modifier and Type Method Description StaticSourceFile
AbstractVar. getSourceFile()
static StaticSourceFile
NodeUtil. getSourceFile(Node n)
StaticSourceFile
Reference. getSourceFile()
Methods in com.google.javascript.jscomp with parameters of type StaticSourceFile Modifier and Type Method Description java.lang.String
CodingConvention. getPackageName(StaticSourceFile source)
java.lang.String
CodingConventions.Proxy. getPackageName(StaticSourceFile source)
java.lang.String
GoogleCodingConvention. getPackageName(StaticSourceFile source)
-
Uses of StaticSourceFile in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing that return StaticSourceFile Modifier and Type Method Description StaticSourceFile
JsDocInfoParser. getSourceFile()
Methods in com.google.javascript.jscomp.parsing with parameters of type StaticSourceFile Modifier and Type Method Description static ParserRunner.ParseResult
ParserRunner. parse(StaticSourceFile sourceFile, java.lang.String sourceString, Config config, ErrorReporter errorReporter)
Constructors in com.google.javascript.jscomp.parsing with parameters of type StaticSourceFile Constructor Description TypeTransformationParser(java.lang.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 StaticSourceFile Modifier and Type Class Description class
SimpleSourceFile
A simple implementation ofStaticSourceFile
for testing.Methods in com.google.javascript.rhino that return StaticSourceFile Modifier and Type Method Description StaticSourceFile
StaticRef. getSourceFile()
The source file where the reference lives.StaticSourceFile
Node. getStaticSourceFile()
Returns the source file associated with this input.Methods in com.google.javascript.rhino with parameters of type StaticSourceFile Modifier and Type Method Description Node
Node. setStaticSourceFile(StaticSourceFile file)
-
Uses of StaticSourceFile in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return StaticSourceFile Modifier and Type Method Description StaticSourceFile
Property. getSourceFile()
StaticSourceFile
SimpleReference. getSourceFile()
-