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

/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
H A DImplForVariable.java26 public final class ImplForVariable<D extends GenericDeclaration> implements TypeVariable<D> { class in inherits:TypeVariable
27 private ImplForVariable<D> formalVar;
54 ImplForVariable(D genericDecl, String name, ListOfTypes bounds) { method in class:ImplForVariable
66 ImplForVariable(D genericDecl, String name) { method in class:ImplForVariable
116 formalVar = (ImplForVariable<D>) var;

Completed in 135 milliseconds