Class EquivalentAtmComboScanner<RETURN_TYPE,PARAM>

java.lang.Object
org.checkerframework.framework.type.visitor.AbstractAtmComboVisitor<RETURN_TYPE,PARAM>
org.checkerframework.framework.type.visitor.EquivalentAtmComboScanner<RETURN_TYPE,PARAM>
All Implemented Interfaces:
AtmComboVisitor<RETURN_TYPE,PARAM>
Direct Known Subclasses:
EqualityAtmComparer

public abstract class EquivalentAtmComboScanner<RETURN_TYPE,PARAM> extends AbstractAtmComboVisitor<RETURN_TYPE,PARAM>
EquivalentAtmComboScanner is an AtmComboVisitor that accepts combinations that are identical in TypeMirror structure but might differ in contained AnnotationMirrors. This method will scan the individual components of the visited type pairs together.