Interface IOverrideCheckResult

    • Method Detail

      • isOverridingOrImplementing

        boolean isOverridingOrImplementing()
        Returns true if the current operation successfully overrides or implements the given operation. Override state that is considered to be valid is:
      • hasProblems

        boolean hasProblems()
        Returns true if there are problems in the checked method hierarchy, e.g. the return type needs unchecked conversion.
      • getGivenOperation

        org.eclipse.xtext.common.types.JvmOperation getGivenOperation()
        The checked operation.