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

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DFormalTypeParameter.java31 public class FormalTypeParameter implements TypeTree { class in inherits:TypeTree
35 private FormalTypeParameter(String n, FieldTypeSignature[] bs) { method in class:FormalTypeParameter
47 public static FormalTypeParameter make(String n, FieldTypeSignature[] bs){
48 return new FormalTypeParameter(n,bs);

Completed in 812 milliseconds