public final class ExpressionProblem extends java.lang.Object implements java.lang.Comparable<ExpressionProblem>
Modifier and Type | Class and Description |
---|---|
static class |
ExpressionProblem.Severity
The severity of the problem.
|
Modifier and Type | Field and Description |
---|---|
int |
column
The column where the problem occurred.
|
int |
line
The line where the problem occurred.
|
java.lang.String |
message
The description of the problem.
|
ExpressionProblem.Severity |
severity
The severity of the problem.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExpressionProblem o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String message
public final int line
public final int column
public final ExpressionProblem.Severity severity
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ExpressionProblem o)
compareTo
in interface java.lang.Comparable<ExpressionProblem>