Uses of Record Class
cloud.opencode.base.expression.parser.Token
Packages that use Token
-
Uses of Token in cloud.opencode.base.expression.parser
Methods in cloud.opencode.base.expression.parser that return TokenModifier and TypeMethodDescriptionstatic TokenCreate a token with no value 创建无值的词法单元static TokenCreate a token with position and length 创建带位置和长度的词法单元static TokenCreate a token with value 创建有值的词法单元Methods in cloud.opencode.base.expression.parser that return types with arguments of type TokenModifier and TypeMethodDescriptionTokenizer.tokenize()Tokenize the expression 对表达式进行词法分析Create tokenizer and tokenize 创建词法分析器并进行分析Constructor parameters in cloud.opencode.base.expression.parser with type arguments of type Token