Class LinterResult

    • Method Detail

      • getReturnType

        public RuntimeType getReturnType()
        Gets the statically known return type of the expression.
        Returns:
        Returns the return type of the expression.
      • getProblems

        public java.util.Set<ExpressionProblem> getProblems()
        Gets the set of problems in the expression.
        Returns:
        Returns the detected problems.
      • 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