Class ExpressionProblem

  • All Implemented Interfaces:
    java.lang.Comparable<ExpressionProblem>

    public final class ExpressionProblem
    extends java.lang.Object
    implements java.lang.Comparable<ExpressionProblem>
    Represents a problem detected by static analysis.
    • Field Detail

      • message

        public final java.lang.String message
        The description of the problem.
      • line

        public final int line
        The line where the problem occurred.
      • column

        public final int column
        The column where the problem occurred.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object