private static final class MoreTypes.ExecutableTypeVisitor extends MoreTypes.CastingTypeVisitor<javax.lang.model.type.ExecutableType>
| Modifier and Type | Field and Description |
|---|---|
private static MoreTypes.ExecutableTypeVisitor |
INSTANCE |
| Constructor and Description |
|---|
ExecutableTypeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.type.ExecutableType |
visitExecutable(javax.lang.model.type.ExecutableType type,
java.lang.Void ignore) |
defaultActionvisitArray, visitDeclared, visitError, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcardprivate static final MoreTypes.ExecutableTypeVisitor INSTANCE
public javax.lang.model.type.ExecutableType visitExecutable(javax.lang.model.type.ExecutableType type,
java.lang.Void ignore)
visitExecutable in interface javax.lang.model.type.TypeVisitor<javax.lang.model.type.ExecutableType,java.lang.Void>visitExecutable in class javax.lang.model.util.SimpleTypeVisitor6<javax.lang.model.type.ExecutableType,java.lang.Void>