Uses of Class
com.google.javascript.jscomp.parsing.parser.LiteralToken
Packages that use LiteralToken
Package
Description
-
Uses of LiteralToken in com.google.javascript.jscomp.parsing.parser
Subclasses of LiteralToken in com.google.javascript.jscomp.parsing.parserModifier and TypeClassDescriptionclass
A single or double quoted JavaScript string literal.class
A token representing a javascript template literal substring.Methods in com.google.javascript.jscomp.parsing.parser that return LiteralToken -
Uses of LiteralToken in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as LiteralTokenModifier and TypeFieldDescriptionfinal LiteralToken
ExportDeclarationTree.from
final LiteralToken
ImportDeclarationTree.moduleSpecifier
Constructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type LiteralTokenModifierConstructorDescriptionExportDeclarationTree
(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)