Searched defs:this (Results 1 - 25 of 144) sorted by last modified time

123456

/openjdk10/langtools/test/tools/javac/diags/examples/
H A DVarargsAndReceiver.java27 void m(VarargsAndReceiver... this) { } argument
H A DReceiverParameterNotApplicableConstructor.java27 ReceiverParameterNotApplicableConstructor(ReceiverParameterNotApplicableConstructor this) { } argument
H A DIncorrectReceiverType.java27 void m(Object this) {} argument
H A DIncorrectConstructorReceiverName.java28 Inner(IncorrectConstructorReceiverName this) { } argument
H A DErrSyntheticNameConflict.java
H A DArrayAndReceiver.java27 void m(ArrayAndReceiver this[]) { } argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java34 void plain(@A DefaultUnmodified this) { } argument
35 <T> void generic(@A DefaultUnmodified this) { } argument
36 void withException(@A DefaultUnmodified this) throws Exception { } argument
37 String nonVoid(@A DefaultUnmodified this) { return null; } argument
38 <T extends Runnable> void accept(@A DefaultUnmodified this, T r) throws Exception { } argument
42 public final void plain(@A PublicModified this) { } argument
43 public final <T> void generic(@A PublicModified this) { } argument
44 public final void withException(@A PublicModified this) throw argument
45 nonVoid(@ PublicModified this) argument
46 accept(@ PublicModified this, T r) argument
50 plain(@�) WithValue this) argument
51 generic(@�) WithValue this) argument
52 withException(@�) WithValue this) argument
53 nonVoid(@�) WithValue this) argument
54 accept(@�) WithValue this, T r) argument
60 field(@ WithBody this) argument
63 meth(@ WithBody this) argument
69 test1(Generic1<X> this) argument
70 test2(@ Generic1<X> this) argument
71 test3(Generic1<@A X> this) argument
72 test4(@ Generic1<@A X> this) argument
76 test1(Generic2<X> this) argument
77 test2(@ Generic2<X> this) argument
78 test3(Generic2<@A X> this) argument
79 test4(@ Generic2<@A X> this) argument
83 test1(Generic3<X> this) argument
84 test2(@ Generic3<X> this) argument
85 test3(Generic3<@A X> this) argument
86 test4(@ Generic3<@A X> this) argument
90 test1(Generic4<X> this) argument
91 test2(@ Generic4<X> this) argument
92 test3(Generic4<@A X> this) argument
93 test4(@ Generic4<@A X> this) argument
98 none(Outer.Inner this) argument
99 outer(@ Outer.Inner this) argument
100 inner(Outer. @�) Inner this) argument
101 both(@ Outer.@�) Inner this) argument
103 innerOnlyNone(Inner this) argument
104 innerOnly(@ Inner this) argument
110 none(GenericOuter<S, T>.GenericInner<U, V> this) argument
111 outer(@ GenericOuter<S, T>.GenericInner<U, V> this) argument
112 inner(GenericOuter<S, T>. @B(�) GenericInner<U, V> this) argument
113 both(@ GenericOuter<S, T>.@B(�) GenericInner<U, V> this) argument
115 innerOnlyNone(GenericInner<U, V> this) argument
116 innerOnly(@ GenericInner<U, V> this) argument
[all...]
H A DAllLocations.java47 public <@C T> Object g(Inner<@D S> this, Object @E [] o) { argument
58 public Function func(@V AllLocations this) { argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DWrongType.java41 void good1(@A WrongType this) {} argument
43 void good2(@A WrongType this) { argument
48 void bad1(@A Object this) {} argument
50 void bad2(@A Object this) { argument
55 wow(@ XYZ this) argument
60 good1(@ Inner this) argument
61 good2(@ WrongType.Inner this) argument
63 outerOnly(@ WrongType this) argument
64 wrongInner(@ Object this) argument
65 badOuter(@ Outer.Inner this) argument
66 badInner(@ WrongType.XY this) argument
70 m(Generics<Y> this) argument
[all...]
H A DStaticThings.java33 static void test1(Test this) {} argument
36 static Object test2(Test this) { return null; } argument
40 void test3a(Nested1 this) {} argument
42 void test3b(Test.Nested1 this) {} argument
48 void test4a(Nested2 this) {} argument
50 void test4b(Test.Nested2 this) {} argument
52 static void test4c(Nested2 this) {} argument
54 test4d(Test.Nested2 this) argument
[all...]
H A DNesting.java39 void top(@A Nesting this) {} argument
42 void inB(@A B this) {} argument
45 void meth(@A Nesting this) { argument
H A DMissingAnnotationValue.java13 void test(@A MissingAnnotationValue this) { } argument
H A DDuplicateTypeAnnotation.java10 void test(@A @A DuplicateTypeAnnotation this) { } argument
H A DInvalidLocation.java10 void test(@A InvalidLocation this) { argument
H A DDeclarationAnnotation.java14 void bad(@DA DeclarationAnnotation this) {} argument
15 void good(@TA DeclarationAnnotation this) {} argument
H A DDuplicateAnnotationValue.java10 void test(@A(value = 2, value = 1) DuplicateAnnotationValue this) { } argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DTestNewCastArray.java239 String @A @A @B @B[] @A @A @B @B [] testr22_22(Test1 this, String param, String ... vararg) { argument
244 String @A @B [] @A @B [] testr11_11(Test1 this, String param, String ... vararg) { argument
249 String @A @B @B []@B @B @A[] testr12_21(Test1 this, String param, String ... vararg) { argument
254 String @A @A [] @B @B [] testr20_02(Test1 this, String param, String ... vararg) { argument
265 String[][] test00_00_11_11(Test2a this, String param, String ... vararg) { argument
271 String[][] test21_12_21_12(Test2a this, String param, String ... vararg) { argument
286 String[][] test20_02_20_02(Test2b this, String param, String ... vararg) { argument
292 String[][] test22_22_22_22(Test2b this, Strin argument
[all...]
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/attribution/
H A DScopes.java37 void test(@A(VALUE) Scopes this) { } argument
38 void test1(@A(value=VALUE) Scopes this) { } argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/
H A DTypeUseTarget.java39 @A String test(@A TypeUseTarget<K> this, @A String param, @A String @A ... vararg) { argument
H A DTargetTypes.java127 void m0x06(@K T0x06 this) {} argument
/openjdk10/langtools/test/tools/javac/T8175198/
H A DAnnotationsAndFormalParamsTest.java10 int foo(AnnotationsAndFormalParamsTest this); argument
/openjdk10/langtools/test/tools/javac/6521805/
H A DT6521805c.java
H A DT6521805b.java
H A DT6521805d.java
/openjdk10/langtools/test/tools/javac/6521805/p/
H A DSub.java

Completed in 191 milliseconds

123456