Searched defs:getTypeParameters (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DGenericDeclaration.java48 public TypeVariable<?>[] getTypeParameters(); method in interface:GenericDeclaration
H A DMethod.java128 public TypeVariable<Method>[] getTypeParameters() { method in class:Method
H A DConstructor.java119 public TypeVariable<Constructor<T>>[] getTypeParameters() { method in class:Constructor
H A DExecutable.java129 TypeVariable<?>[] typeparms = getTypeParameters();
211 public abstract TypeVariable<?>[] getTypeParameters(); method in class:Executable
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java327 TypeVariable<?>[] typeparms = getTypeParameters();
800 public synchronized TypeVariable<Class<T>>[] getTypeParameters() { method in class:Class

Completed in 88 milliseconds