Package software.amazon.smithy.jmespath
Class ExpressionProblem
java.lang.Object
software.amazon.smithy.jmespath.ExpressionProblem
- All Implemented Interfaces:
Comparable<ExpressionProblem>
Represents a problem detected by static analysis.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The severity of the problem. -
Field Summary
-
Method Summary
-
Field Details
-
message
The description of the problem. -
line
public final int lineThe line where the problem occurred. -
column
public final int columnThe column where the problem occurred. -
severity
The severity of the problem.
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ExpressionProblem>
-