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 TypeClassDescriptionclassA single or double quoted JavaScript string literal.classA 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 LiteralTokenExportDeclarationTree.fromfinal LiteralTokenImportDeclarationTree.moduleSpecifierConstructors 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)