Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Class and Description |
---|---|
class |
StringLiteralToken
A single or double quoted JavaScript string literal.
|
class |
TemplateLiteralToken
A token representing a javascript template literal substring.
|
Modifier and Type | Method and Description |
---|---|
LiteralToken |
Token.asLiteral() |
LiteralToken |
Scanner.nextRegularExpressionLiteralToken() |
Modifier and Type | Field and Description |
---|---|
LiteralToken |
ExportDeclarationTree.from |
LiteralToken |
ImportDeclarationTree.moduleSpecifier |
Constructor and Description |
---|
ExportDeclarationTree(SourceRange location,
boolean isDefault,
boolean isExportAll,
ParseTree declaration,
com.google.common.collect.ImmutableList<ParseTree> exportSpecifierList,
LiteralToken from) |
ImportDeclarationTree(SourceRange location,
IdentifierToken defaultBindingIdentifier,
com.google.common.collect.ImmutableList<ParseTree> importSpecifierList,
IdentifierToken nameSpaceImportIdentifier,
LiteralToken moduleSpecifier) |
Copyright © 2009-2020 Google. All Rights Reserved.