Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.util |
Modifier and Type | Method and Description |
---|---|
SourceFile |
Scanner.getFile() |
Constructor and Description |
---|
LineNumberTable(SourceFile sourceFile) |
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(boolean parseTypeSyntax,
ErrorReporter errorReporter,
Scanner.CommentRecorder commentRecorder,
SourceFile source) |
Scanner(boolean parseTypeSyntax,
ErrorReporter errorReporter,
Scanner.CommentRecorder commentRecorder,
SourceFile file,
int offset) |
Modifier and Type | Field and Description |
---|---|
SourceFile |
SourcePosition.source |
Constructor and Description |
---|
SourcePosition(SourceFile source,
int offset,
int line,
int column) |
Copyright © 2009-2019 Google. All Rights Reserved.