Uses of Class
cloud.opencode.base.expression.parser.ParserException
Packages that use ParserException
-
Uses of ParserException in cloud.opencode.base.expression.parser
Methods in cloud.opencode.base.expression.parser that return ParserExceptionModifier and TypeMethodDescriptionstatic ParserExceptionParserException.expectedToken(String expected, String actual, int position) Create expected token error 创建期望词法单元错误static ParserExceptionParserException.expectedToken(String expected, String actual, String expression, int position) Create expected token error with expression 创建带表达式的期望词法单元错误static ParserExceptionParserException.invalidEscapeSequence(String sequence, int position) Create invalid escape sequence error 创建无效转义序列错误static ParserExceptionParserException.invalidNumber(String value, int position) Create invalid number format error 创建无效数字格式错误static ParserExceptionParserException.unbalancedParentheses(int position) Create unbalanced parentheses error 创建不平衡括号错误static ParserExceptionParserException.unexpectedEnd(String expression) Create unexpected end of expression error 创建表达式意外结束错误static ParserExceptionParserException.unexpectedToken(String token, int position) Create unexpected token error 创建意外词法单元错误static ParserExceptionParserException.unexpectedToken(String token, String expression, int position) Create unexpected token error with expression 创建带表达式的意外词法单元错误static ParserExceptionParserException.unterminatedString(int position) Create unterminated string error 创建未终止字符串错误