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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJGenerifiableImpl.java40 private List<JTypeVar> typeVariables = null; field in class:JGenerifiableImpl
45 if(typeVariables!=null) {
47 for (int i = 0; i < typeVariables.size(); i++) {
49 f.d(typeVariables.get(i));
58 if(typeVariables==null)
59 typeVariables = new ArrayList<JTypeVar>(3);
60 typeVariables.add(v);
73 if(typeVariables==null)
76 return typeVariables.toArray(new JTypeVar[typeVariables
[all...]

Completed in 40 milliseconds