See: Description
| Class | Description |
|---|---|
| Config |
Configuration for the AST factory.
|
| IRFactory |
IRFactory transforms the external AST to the internal AST.
|
| JsDocInfoParser |
A parser for JSDoc comments.
|
| JsDocInfoParser.ExtendedTypeInfo |
Tuple for recording extended types
|
| JsDocInfoParser.ExtractionInfo |
Tuple for returning both the string extracted and the
new token following a call to any of the extract*Block
methods.
|
| JsDocTokenStream |
This class implements the scanner for JsDoc strings.
|
| NullErrorReporter |
An error reporter which consumes all calls and performs no actions.
|
| NullErrorReporter.OldRhinoNullReporter | |
| ParserRunner |
parser runner
|
| ParserRunner.Es6ErrorReporter | |
| ParserRunner.ParseResult |
Holds results of parsing.
|
| TypeTransformationParser |
A parser for the type transformation expressions (TTL-Exp) as in
@template T := TTL-Exp =: |
| Enum | Description |
|---|---|
| Annotation |
All natively recognized JSDoc annotations.
|
| Config.LanguageMode |
JavaScript mode
|
| JsDocInfoParser.State | |
| JsDocInfoParser.WhitespaceOption | |
| JsDocToken |
JSDoc-specific tokens.
|
| TypeTransformationParser.Keywords |
Keywords of the type transformation language
|
| TypeTransformationParser.OperationKind |
The classification of the keywords
|