Uses of Enum Class
cloud.opencode.base.expression.parser.TokenType
Packages that use TokenType
-
Uses of TokenType in cloud.opencode.base.expression.parser
Subclasses with type arguments of type TokenType in cloud.opencode.base.expression.parserMethods in cloud.opencode.base.expression.parser that return TokenTypeModifier and TypeMethodDescriptionToken.type()Returns the value of thetyperecord component.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 cloud.opencode.base.expression.parser with parameters of type TokenTypeModifier and TypeMethodDescriptionbooleanCheck if this token is of given type 检查此词法单元是否为给定类型booleanCheck if this token is any of given types 检查此词法单元是否为给定类型之一static TokenCreate a token with no value 创建无值的词法单元static TokenCreate a token with position and length 创建带位置和长度的词法单元static TokenCreate a token with value 创建有值的词法单元Constructors in cloud.opencode.base.expression.parser with parameters of type TokenType