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

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DShortSignature.java31 public class ShortSignature implements BaseType { class in inherits:BaseType
32 private static ShortSignature singleton = new ShortSignature();
34 private ShortSignature(){} method in class:ShortSignature
36 public static ShortSignature make() {return singleton;}

Completed in 33 milliseconds