Interface | Description |
---|---|
Scanner.CommentRecorder |
Class | Description |
---|---|
FeatureSet |
Represents various aspects of language version and support.
|
IdentifierToken |
A token representing an identifier.
|
LineNumberTable |
Maps offsets into a source string into line/column positions.
|
LiteralToken |
A token representing a javascript literal.
|
Parser |
Parses a javascript file.
|
Parser.Config | |
PredefinedName |
The set of all non-keyword, non-reserved words used in javascript.
|
Scanner |
Scans javascript source code into tokens.
|
SourceFile |
A source file.
|
Token |
A Token in a javascript file.
|
Enum | Description |
---|---|
FeatureSet.Feature |
Specific features that can be included in a FeatureSet.
|
Keywords |
The JavaScript keywords.
|
Parser.Config.Mode | |
TokenType |
Copyright © 2009-2018 Google. All Rights Reserved.