HomeSort by relevance Sort by last modified time
    Searched full:formalvar (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 27 private ImplForVariable<D> formalVar;
58 this.formalVar = this;
105 if (formalVar != null) {
116 formalVar = (ImplForVariable<D>) var;
117 this.genericDeclaration = formalVar.genericDeclaration;
118 this.bounds = formalVar.bounds;

Completed in 21 milliseconds