Interface AtmComboVisitor<RETURN_TYPE,PARAM>

Type Parameters:
RETURN_TYPE - the type returned by each visit method
PARAM - the type of a single value that is passed to every visit method. It can act as global state.
All Known Implementing Classes:
AbstractAtmComboVisitor, AsSuperVisitor, DefaultTypeHierarchy, EqualityAtmComparer, EquivalentAtmComboScanner, StructuralEqualityComparer

public interface AtmComboVisitor<RETURN_TYPE,PARAM>
Visitor interface for all pair-wise combinations of AnnotatedTypeMirrors. See AtmCombo, it enumerates all possible combinations and provides an "accept" method used to call AtmComboVisitor visit methods.