Uses of Class
com.google.javascript.jscomp.parsing.parser.IdentifierToken
Packages that use IdentifierToken
Package
Description
-
Uses of IdentifierToken in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return IdentifierToken -
Uses of IdentifierToken in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as IdentifierTokenModifier and TypeFieldDescriptionfinal IdentifierToken
ImportDeclarationTree.defaultBindingIdentifier
final IdentifierToken
ExportSpecifierTree.destinationName
final IdentifierToken
ImportSpecifierTree.destinationName
final IdentifierToken
IdentifierExpressionTree.identifierToken
final IdentifierToken
ExportSpecifierTree.importedName
final IdentifierToken
ImportSpecifierTree.importedName
final IdentifierToken
MemberExpressionTree.memberName
final IdentifierToken
OptionalMemberExpressionTree.memberName
final IdentifierToken
BreakStatementTree.name
final IdentifierToken
ClassDeclarationTree.name
final IdentifierToken
ContinueStatementTree.name
final IdentifierToken
FieldDeclarationTree.name
final @Nullable IdentifierToken
FunctionDeclarationTree.name
final IdentifierToken
LabelledStatementTree.name
final IdentifierToken
ImportDeclarationTree.nameSpaceImportIdentifier
Methods in com.google.javascript.jscomp.parsing.parser.trees with parameters of type IdentifierTokenModifier and TypeMethodDescriptionFunctionDeclarationTree.Builder.setName
(IdentifierToken name) Optional function name.Constructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type IdentifierTokenModifierConstructorDescriptionBreakStatementTree
(SourceRange location, @Nullable IdentifierToken name) ClassDeclarationTree
(SourceRange location, IdentifierToken name, ParseTree superClass, com.google.common.collect.ImmutableList<ParseTree> elements) ContinueStatementTree
(SourceRange location, @Nullable IdentifierToken name) ExportSpecifierTree
(SourceRange location, IdentifierToken importedName, IdentifierToken destinationName) FieldDeclarationTree
(SourceRange location, IdentifierToken name, boolean isStatic, ParseTree initializer) IdentifierExpressionTree
(SourceRange location, IdentifierToken identifierToken) ImportDeclarationTree
(SourceRange location, IdentifierToken defaultBindingIdentifier, com.google.common.collect.ImmutableList<ParseTree> importSpecifierList, IdentifierToken nameSpaceImportIdentifier, LiteralToken moduleSpecifier) ImportSpecifierTree
(SourceRange location, IdentifierToken importedName, IdentifierToken destinationName) LabelledStatementTree
(SourceRange location, IdentifierToken name, ParseTree statement) MemberExpressionTree
(SourceRange location, ParseTree operand, IdentifierToken memberName) OptionalMemberExpressionTree
(SourceRange location, ParseTree operand, IdentifierToken memberName, boolean isStartOfOptionalChain)