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

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/
H A DMethodReturns.java37 @TADescription(annotation = "TA", type = METHOD_RETURN)
42 @TADescription(annotation = "TA", type = METHOD_RETURN)
47 @TADescription(annotation = "TA", type = METHOD_RETURN)
48 @TADescription(annotation = "TB", type = METHOD_RETURN,
50 @TADescription(annotation = "TC", type = METHOD_RETURN,
52 @TADescription(annotation = "TD", type = METHOD_RETURN,
58 @TADescription(annotation = "TA", type = METHOD_RETURN)
59 @TADescription(annotation = "TB", type = METHOD_RETURN,
61 @TADescription(annotation = "TC", type = METHOD_RETURN,
67 @TADescription(annotation = "TA", type = METHOD_RETURN)
[all...]
H A DConstructors.java37 @TADescription(annotation = "TA", type = METHOD_RETURN)
38 @TADescription(annotation = "TB", type = METHOD_RETURN)
45 @TADescription(annotation = "TA", type = METHOD_RETURN, genericLocation = {1, 0})
46 @TADescription(annotation = "TB", type = METHOD_RETURN, genericLocation = {1, 0})
57 @TADescription(annotation = "TB", type = METHOD_RETURN, genericLocation = {1, 0})
59 @TADescription(annotation = "TD", type = METHOD_RETURN, genericLocation = {1, 0})
71 @TADescription(annotation = "TC", type = METHOD_RETURN, genericLocation = {1, 0, 1, 0})
73 @TADescription(annotation = "TE", type = METHOD_RETURN, genericLocation = {1, 0, 1, 0})
83 @TADescription(annotation = "RTAs", type = METHOD_RETURN)
84 @TADescription(annotation = "RTBs", type = METHOD_RETURN)
[all...]
H A DRepeatingTypeAnnotations.java42 @TADescription(annotation = "RTAs", type = METHOD_RETURN)
47 @TADescription(annotation = "RTAs", type = METHOD_RETURN)
H A DNestedTypes.java396 @TADescription(annotation = "TA", type = METHOD_RETURN,
398 @TADescription(annotation = "TB", type = METHOD_RETURN,
404 @TADescription(annotation = "TA", type = METHOD_RETURN,
406 @TADescription(annotation = "TB", type = METHOD_RETURN,
412 @TADescription(annotation = "TA", type = METHOD_RETURN,
414 @TADescription(annotation = "TB", type = METHOD_RETURN,
416 @TADescription(annotation = "TC", type = METHOD_RETURN,
418 @TADescription(annotation = "TD", type = METHOD_RETURN,
420 @TADescription(annotation = "TE", type = METHOD_RETURN,
422 @TADescription(annotation = "TF", type = METHOD_RETURN,
[all...]
H A DMethodTypeParam.java132 @TADescription(annotation = "TA", type = METHOD_RETURN)
137 @TADescription(annotation = "TA", type = METHOD_RETURN, genericLocation = {3, 0})
143 @TADescription(annotation = "TB", type = METHOD_RETURN)
313 @TADescription(annotation = "RTAs", type = METHOD_RETURN)
318 @TADescription(annotation = "RTAs", type = METHOD_RETURN, genericLocation = {3, 0})
324 @TADescription(annotation = "RTBs", type = METHOD_RETURN)
H A DClassTypeParam.java121 @TADescription(annotation = "TA", type = METHOD_RETURN)
126 @TADescription(annotation = "TA", type = METHOD_RETURN, genericLocation = {3, 0})
235 @TADescription(annotation = "RTAs", type = METHOD_RETURN)
240 @TADescription(annotation = "RTAs", type = METHOD_RETURN, genericLocation = {3, 0})
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DTypeReference.java113 public final static int METHOD_RETURN = 0x14; field in class:TypeReference
226 * {@link #FIELD FIELD}, {@link #METHOD_RETURN METHOD_RETURN},
360 * {@link #FIELD FIELD}, {@link #METHOD_RETURN METHOD_RETURN},
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTargetType.java65 METHOD_RETURN(0x14), enum constant in enum:TargetType
H A DTypeAnnotationPosition.java253 case METHOD_RETURN:
399 return new TypeAnnotationPosition(TargetType.METHOD_RETURN, pos,
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java154 case METHOD_RETURN:
238 case METHOD_RETURN:
458 case METHOD_RETURN:
542 METHOD_RETURN(0x14), enum constant in enum:TypeAnnotation.TargetType
H A DClassWriter.java951 case METHOD_RETURN:
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java396 private static final byte METHOD_RETURN = 0x14; field in class:TypeAnnotationParser
461 case METHOD_RETURN:
462 return new TypeAnnotationTargetInfo(TypeAnnotationTarget.METHOD_RETURN);
H A DTypeAnnotation.java90 METHOD_RETURN, enum constant in enum:TypeAnnotation.TypeAnnotationTarget
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java49 public static final int METHOD_RETURN = 3; field in class:ContextStack
H A DCompoundType.java2377 stack.setNewContextCode(ContextStack.METHOD_RETURN);
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java181 case METHOD_RETURN:
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DExecutable.java649 TypeAnnotation.TypeAnnotationTarget.METHOD_RETURN);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DCheckMethodAdapter.java528 && sort != TypeReference.METHOD_RETURN
H A DCheckClassAdapter.java743 case TypeReference.METHOD_RETURN:
H A DTextifier.java1390 case TypeReference.METHOD_RETURN:
1391 buf.append("METHOD_RETURN");
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java1323 case METHOD_RETURN: // 0x14
1324 te.setName("METHOD_RETURN");
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java936 case METHOD_RETURN:
H A DClassReader.java1889 case METHOD_RETURN:

Completed in 246 milliseconds