Uses of Enum Class
com.google.javascript.jscomp.parsing.parser.TokenType
Packages that use TokenType
Package
Description
-
Uses of TokenType in com.google.javascript.jscomp.parsing.parser
Fields in com.google.javascript.jscomp.parsing.parser declared as TokenTypeMethods in com.google.javascript.jscomp.parsing.parser that return TokenTypeModifier and TypeMethodDescriptionstatic TokenTypeKeywords.getTokenType(String value) static TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.parsing.parser with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic Keywordsstatic booleanstatic booleanKeywords.isStrictKeyword(TokenType token) Returns true iftokenis a "future reserved word" which can be used as a variable identifier, but only in non-strict mode.Constructors in com.google.javascript.jscomp.parsing.parser with parameters of type TokenTypeModifierConstructorDescriptionLiteralToken(TokenType type, String value, SourceRange location) TemplateLiteralToken(TokenType type, String value, String errorMsg, com.google.javascript.jscomp.parsing.parser.TemplateLiteralToken.ErrorLevel errorLevel, SourcePosition position, SourceRange location) Token(TokenType type, SourceRange location) -
Uses of TokenType in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as TokenTypeConstructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type TokenTypeModifierConstructorDescriptionVariableDeclarationListTree(SourceRange location, TokenType declarationType, com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations)