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 classSourceFileAn 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 StaticSourceFileAbstractVar. getSourceFile()static StaticSourceFileNodeUtil. getSourceFile(Node n)StaticSourceFileReference. getSourceFile()Methods in com.google.javascript.jscomp with parameters of type StaticSourceFile Modifier and Type Method Description java.lang.StringCodingConvention. getPackageName(StaticSourceFile source)java.lang.StringCodingConventions.Proxy. getPackageName(StaticSourceFile source)java.lang.StringGoogleCodingConvention. 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 StaticSourceFileJsDocInfoParser. getSourceFile()Methods in com.google.javascript.jscomp.parsing with parameters of type StaticSourceFile Modifier and Type Method Description static ParserRunner.ParseResultParserRunner. 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 classSimpleSourceFileA simple implementation ofStaticSourceFilefor testing.Methods in com.google.javascript.rhino that return StaticSourceFile Modifier and Type Method Description StaticSourceFileStaticRef. getSourceFile()The source file where the reference lives.StaticSourceFileNode. 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 NodeNode. 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 StaticSourceFileProperty. getSourceFile()StaticSourceFileSimpleReference. getSourceFile()
-