Uses of Class
com.google.javascript.jscomp.parsing.parser.LiteralToken
-
Packages that use LiteralToken Package Description com.google.javascript.jscomp.parsing.parser com.google.javascript.jscomp.parsing.parser.trees -
-
Uses of LiteralToken in com.google.javascript.jscomp.parsing.parser
Subclasses of LiteralToken in com.google.javascript.jscomp.parsing.parser Modifier and Type Class Description classStringLiteralTokenA single or double quoted JavaScript string literal.classTemplateLiteralTokenA token representing a javascript template literal substring.Methods in com.google.javascript.jscomp.parsing.parser that return LiteralToken Modifier and Type Method Description LiteralTokenToken. asLiteral()LiteralTokenScanner. nextRegularExpressionLiteralToken() -
Uses of LiteralToken in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as LiteralToken Modifier and Type Field Description LiteralTokenExportDeclarationTree. fromLiteralTokenImportDeclarationTree. moduleSpecifierConstructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type LiteralToken Constructor 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)
-