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

/openjdk9/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedReceiverType.java33 public class GetAnnotatedReceiverType { class
35 public void method0(GetAnnotatedReceiverType this) {}
43 public Inner1(GetAnnotatedReceiverType GetAnnotatedReceiverType.this) {} argument
93 checkEmptyAT(GetAnnotatedReceiverType.class.getMethod("method"),
95 checkEmptyAT(Inner0.class.getConstructor(GetAnnotatedReceiverType.class),
98 checkEmptyAT(GetAnnotatedReceiverType.class.getMethod("method0"),
100 checkEmptyAT(Inner1.class.getConstructor(GetAnnotatedReceiverType.class),
103 checkNull(GetAnnotatedReceiverType.class.getMethod("method4"),
118 GetAnnotatedReceiverType oute
[all...]

Completed in 40 milliseconds