Searched refs:typeList (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestParameterizedType.java77 List<Type> typeList = new ArrayList<Type>(3);
94 typeList.add(t);
97 return typeList;
100 static boolean testReflexes(List<Type> typeList) { argument
101 for(Type t : typeList) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DClassWriterImpl.java539 Object[] typeList = list.toArray();
546 if (typeList[i] instanceof ClassDoc) {
548 new LinkInfoImpl(context, (ClassDoc)(typeList[i]))));
552 new LinkInfoImpl(context, (Type)(typeList[i]))));
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java1891 ArrayList<Class<?>> typeList = new ArrayList<>();
1906 typeList.add((rf != null) ? rf.getType() : null);
1910 types = typeList.toArray(new Class<?>[typeList.size()]);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java2419 implementing = typeList();
2443 extending = typeList();
2464 implementing = typeList();
2550 List<JCExpression> typeList() { method in class:JavacParser

Completed in 76 milliseconds