public class AnnotatedTypeMerger extends AnnotatedTypeComparer<java.lang.Void>
visitedNodes
Constructor and Description |
---|
AnnotatedTypeMerger() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
combineRs(java.lang.Void r1,
java.lang.Void r2)
Supplies the logic to reduce on how to combine two R objects
|
protected java.lang.Void |
compare(AnnotatedTypeMirror one,
AnnotatedTypeMirror two)
Compares two annotated type mirrors.
|
reduce, scan, scan, scanAndReduce, scanAndReduce, scanAndReduce, visitArray, visitDeclared, visitExecutable, visitIntersection, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitUnion, visitWildcard
reset, scan, visit, visit
protected java.lang.Void compare(AnnotatedTypeMirror one, AnnotatedTypeMirror two)
AnnotatedTypeComparer
compare
in class AnnotatedTypeComparer<java.lang.Void>
protected java.lang.Void combineRs(java.lang.Void r1, java.lang.Void r2)
AnnotatedTypeComparer
combineRs
in class AnnotatedTypeComparer<java.lang.Void>