Lines Matching refs:TB

187     public @interface TB {}
200 public static void m10() throws @TA Error, @TB @TC RuntimeException {;}
201 public static @TB long m20(@TC int a, @TA double b) throws @TA Error, @TB @TC RuntimeException { return 0L; }
202 public static @TC Object m30(@TA String s, @TB List l) throws @TA Error, @TB @TC RuntimeException { return null; }
203 public static @TA Object m40(@TB String s, @TC List<@TA String> l) { return null; }
204 public static @TA Object m40(@TB String s, @TC List<@TA String> l, @TB boolean ... b) { return null; }
209 public Methods1(@TA int i, @TB String s, @TC List<@TA String> l, @TB boolean ... b) {}
241 public @TA E m10(E e, @TC Object o) throws @TA Error, @TB @TC RuntimeException { return null; }
242 public @TB E m20(@TA List<@TA ? extends @TA List> e, @TC int i) throws @TA Error, @TB @TC RuntimeException { return null; }
243 public @TB E m30(@TC double d, List<E> e) throws @TA Error, @TB @TC RuntimeException { return null; }
244 public <@TA E extends @TA List> @TA E m40(@TA byte @TB [] b, GenericMethods1<@TA ? extends E> e) { return null; }
245 public <@TB E extends @TB List> E m50(@TA GenericMethods1<? super Number> e) { return null; }
246 public <@TB E extends @TA List & Cloneable> E m60(@TC char c, E e) { return null; }
247 public <@TB E extends @TA List & Cloneable> E m70(@TC char c, E e, @TA @TB byte ... b) { return null; }
250 public static <@TA @TB @TC M> M n20(List<@TA ? extends List> e) { return null; }
251 @TA @TB @TC public static <M extends RuntimeException> M n30(List<@TB M> e) throws @TA Error, @TB @TC M { return null; }
252 public static <@TC M extends Number> M n40(GenericMethods1<? extends @TA M> e) throws @TA Error, @TB @TC RuntimeException { return null; }
253 @TA public static <M extends @TB Object> M n50(GenericMethods1<? super Number> e) { return null; }
254 public static <@TA M extends @TB List & @TC @TB Cloneable> M n60(M e) { return null; }
257 public <M> @TA E o20(@TB List<@TB ? extends @TB List> e) { return null; }
258 @TC public <M extends Error, N extends RuntimeException> @TB E o30(@TA @TB @TC GenericMethods1<E> this, List<E> e) throws @TA M, @TB @TC N { return null; }
259 public <@TA M extends Number> E o40(GenericMethods1<? extends @TA E> e) throws @TA Error, @TB @TC RuntimeException { return null; }
261 public <@TA M extends @TB List & @TC Cloneable> E o60(@TA E e) { return null; }
267 @TC public <M extends Error, N extends RuntimeException> GenericMethods1(List<@TC E> e) throws @TA M, @TB @TC N { }
268 public <@TA M extends @TB List & @TC Cloneable> GenericMethods1(@TA E e, @TB M m) throws @TA Exception { }
269 public <@TA M extends @TB List & @TC Cloneable> GenericMethods1(@TA E e, @TB M m, @TC byte ... b) throws Exception { }