Antlr Json Path Compiler Error Listener
interface AntlrJsonPathCompilerErrorListener : AntlrJsonPathSemanticAnalyzerErrorListener, ANTLRErrorListener(source)
Functions
Link copied to clipboard
abstract fun invalidArglistForFunctionExtension(functionExtensionName: String, functionExtensionImplementation: JsonPathFunctionExtension<*>, coercedArgumentTypes: List<Pair<JsonPathFilterExpressionType?, String>>)
Link copied to clipboard
Link copied to clipboard
specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section 2.4.3: Well-Typedness of Function Expressions
Link copied to clipboard
Link copied to clipboard
abstract fun reportAmbiguity(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, exact: Boolean, ambigAlts: BitSet, configs: ATNConfigSet)
Link copied to clipboard
abstract fun reportAttemptingFullContext(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, conflictingAlts: BitSet, configs: ATNConfigSet)
Link copied to clipboard
abstract fun reportContextSensitivity(recognizer: Parser, dfa: DFA, startIndex: Int, stopIndex: Int, prediction: Int, configs: ATNConfigSet)
Link copied to clipboard
abstract fun syntaxError(recognizer: Recognizer<*, *>, offendingSymbol: Any?, line: Int, charPositionInLine: Int, msg: String, e: RecognitionException?)
Link copied to clipboard