Interface MissingTypesGuesser.GuessedTypeRequestor

Enclosing class:
MissingTypesGuesser

public static interface MissingTypesGuesser.GuessedTypeRequestor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept​(TypeBinding guessedType, Binding[] missingElements, int[] missingElementsStarts, int[] missingElementsEnds, boolean hasProblems)
     
  • Method Details

    • accept

      void accept(TypeBinding guessedType, Binding[] missingElements, int[] missingElementsStarts, int[] missingElementsEnds, boolean hasProblems)