org.aspectj.org.eclipse.jdt.internal.codeassist
Interface MissingTypesGuesser.GuessedTypeRequestor

Enclosing class:
MissingTypesGuesser

public static interface MissingTypesGuesser.GuessedTypeRequestor


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

Method Detail

accept

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