Interface | Description |
---|---|
ExpressionVisitor<T> |
Visits each type of AST node.
|
Class | Description |
---|---|
ExpressionProblem |
Represents a problem detected by static analysis.
|
ExpressionSerializer |
Serializes the JMESPath expression AST back to a JMESPath expression.
|
JmespathExpression |
Represents a JMESPath AST node.
|
LinterResult |
Contains the result of
JmespathExpression.lint() . |
Enum | Description |
---|---|
ExpressionProblem.Severity |
The severity of the problem.
|
RuntimeType |
Exception | Description |
---|---|
JmespathException |
Thrown when any JMESPath error occurs.
|