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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java1012 * Subtypes, such as CapturedType, may provide a different value.
1057 * both upper and lower bound. CapturedType extends TypeVar with
1060 public static class CapturedType extends TypeVar { class in class:Type
1064 public CapturedType(Name name, method in class:Type.CapturedType
1370 R visitCapturedType(CapturedType t, S s);

Completed in 26 milliseconds