Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Method and Description |
---|---|
LiteralToken |
Token.asLiteral() |
LiteralToken |
Scanner.nextRegularExpressionLiteralToken() |
LiteralToken |
Scanner.nextTemplateLiteralToken() |
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-2018 Google. All Rights Reserved.