public final class LinterResult
extends java.lang.Object
JmespathExpression.lint()
.Constructor and Description |
---|
LinterResult(RuntimeType returnType,
java.util.Set<ExpressionProblem> problems) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<ExpressionProblem> |
getProblems()
Gets the set of problems in the expression.
|
RuntimeType |
getReturnType()
Gets the statically known return type of the expression.
|
int |
hashCode() |
public LinterResult(RuntimeType returnType, java.util.Set<ExpressionProblem> problems)
public RuntimeType getReturnType()
public java.util.Set<ExpressionProblem> getProblems()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object