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 SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe severity of the problem.
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
messageThe description of the problem.
- 
linepublic final int lineThe line where the problem occurred.
- 
columnpublic final int columnThe column where the problem occurred.
- 
severityThe severity of the problem.
 
- 
- 
Method Details- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<ExpressionProblem>
 
 
-