Uses of Interface
com.google.javascript.jscomp.parsing.parser.Scanner.CommentRecorder
-
Packages that use Scanner.CommentRecorder Package Description com.google.javascript.jscomp.parsing.parser -
-
Uses of Scanner.CommentRecorder in com.google.javascript.jscomp.parsing.parser
Constructors in com.google.javascript.jscomp.parsing.parser with parameters of type Scanner.CommentRecorder Constructor Description Scanner(ErrorReporter errorReporter, Scanner.CommentRecorder commentRecorder, SourceFile source)Scanner(ErrorReporter errorReporter, Scanner.CommentRecorder commentRecorder, SourceFile file, int offset)
-