private abstract static class MoreTypes.CastingTypeVisitor<T>
extends javax.lang.model.util.SimpleTypeVisitor6<T,java.lang.Void>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
label |
Constructor and Description |
---|
CastingTypeVisitor(java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
protected T |
defaultAction(javax.lang.model.type.TypeMirror e,
java.lang.Void v) |
visitArray, visitDeclared, visitError, visitExecutable, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcard