Home
last modified time | relevance | path

Searched refs:typeVariableMethod (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DTypes.java380 Method typeVariableMethod = typeVariableMethods.get(methodName); in invoke() local
381 if (typeVariableMethod == null) { in invoke()
385 return typeVariableMethod.invoke(typeVariableImpl, args); in invoke()