Uses of Class
com.google.javascript.jscomp.parsing.parser.SourceFile
-
Packages that use SourceFile Package Description com.google.javascript.jscomp.parsing.parser com.google.javascript.jscomp.parsing.parser.util -
-
Uses of SourceFile in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return SourceFile Modifier and Type Method Description SourceFile
Scanner. getFile()
Constructors in com.google.javascript.jscomp.parsing.parser with parameters of type SourceFile Constructor Description Parser(Parser.Config config, ErrorReporter errorReporter, SourceFile source)
Parser(Parser.Config config, ErrorReporter errorReporter, SourceFile source, int offset)
Parser(Parser.Config config, ErrorReporter errorReporter, SourceFile source, int offset, boolean initialGeneratorContext)
Scanner(ErrorReporter errorReporter, Scanner.CommentRecorder commentRecorder, SourceFile source)
Scanner(ErrorReporter errorReporter, Scanner.CommentRecorder commentRecorder, SourceFile file, int offset)
-
Uses of SourceFile in com.google.javascript.jscomp.parsing.parser.util
Fields in com.google.javascript.jscomp.parsing.parser.util declared as SourceFile Modifier and Type Field Description SourceFile
SourcePosition. source
Constructors in com.google.javascript.jscomp.parsing.parser.util with parameters of type SourceFile Constructor Description SourcePosition(SourceFile source, int offset, int line, int column)
-