T - The visitor's return type.public static interface TypeVariableSource.Visitor<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeVariableSource.Visitor.NoOp
A none-operational implementation of a type variable visitor that simply returns the visited source.
|
| Modifier and Type | Method and Description |
|---|---|
T |
onMethod(MethodDescription.InDefinedShape methodDescription)
Applies the visitor on a method.
|
T |
onType(TypeDescription typeDescription)
Applies the visitor on a type.
|
T onType(TypeDescription typeDescription)
typeDescription - The type onto which this visitor is applied.T onMethod(MethodDescription.InDefinedShape methodDescription)
methodDescription - The method onto which this visitor is applied.Copyright © 2014–2016. All rights reserved.