Uses of Class
com.google.javascript.jscomp.parsing.parser.SourceFile
Packages that use SourceFile
Package
Description
-
Uses of SourceFile in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return SourceFileConstructors in com.google.javascript.jscomp.parsing.parser with parameters of type SourceFileModifierConstructorDescriptionParser(Parser.Config config, ErrorReporter errorReporter, 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 SourceFileConstructors in com.google.javascript.jscomp.parsing.parser.util with parameters of type SourceFileModifierConstructorDescriptionSourcePosition(SourceFile source, int offset, int line, int column)