Home
last modified time | relevance | path

Searched defs:TypeAnnotation (Results 1 – 25 of 98) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java49 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java49 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java49 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/annotation/typeAnnotations/
H A DTestReceiverTypeOwner.java55 @interface TypeAnnotation { } annotation in TestReceiverTypeOwner
H A DTestReceiverTypeParameterizedMethod.java68 @interface TypeAnnotation { annotation in TestReceiverTypeParameterizedMethod
H A DTypeVariableBoundParameterIndex.java76 @interface TypeAnnotation { } annotation in TypeVariableBoundParameterIndex
H A DTestReceiverTypeParameterizedConstructor.java70 @interface TypeAnnotation { annotation in TestReceiverTypeParameterizedConstructor
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java49 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/annotation/typeAnnotations/
H A DTestReceiverTypeOwner.java55 @interface TypeAnnotation { } annotation in TestReceiverTypeOwner
H A DTestReceiverTypeParameterizedMethod.java68 @interface TypeAnnotation { annotation in TestReceiverTypeParameterizedMethod
H A DTypeVariableBoundParameterIndex.java76 @interface TypeAnnotation { } annotation in TypeVariableBoundParameterIndex
H A DTestReceiverTypeParameterizedConstructor.java70 @interface TypeAnnotation { annotation in TestReceiverTypeParameterizedConstructor
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DTestGetElementReferenceData.java48 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/api/
H A DTestGetElementReferenceData.java48 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java51 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java51 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java51 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/api/
H A DTestGetElementReferenceData.java51 @interface TypeAnnotation { annotation in TestGetElementReferenceData
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/model/element/
H A DRecordNotPreservingNestedTypeAnnotationsTest.java69 @interface TypeAnnotation {} in RecordNotPreservingNestedTypeAnnotationsTest() annotation
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/model/element/
H A DRecordNotPreservingNestedTypeAnnotationsTest.java69 @interface TypeAnnotation {} in RecordNotPreservingNestedTypeAnnotationsTest() annotation
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/model/element/
H A DRecordNotPreservingNestedTypeAnnotationsTest.java66 @interface TypeAnnotation {} in RecordNotPreservingNestedTypeAnnotationsTest() annotation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ijar/
H A Dclassfile.cc750 struct TypeAnnotation { struct
751 virtual ~TypeAnnotation() { in ~TypeAnnotation()
757 void ExtractClassNames() { in ExtractClassNames()
761 void Write(u1 *&p) { in Write()
777 struct TargetInfo {
821 struct EmptyInfo : TargetInfo {
875 struct TypePath {
902 u1 target_type_;
903 TargetInfo *target_info_;
904 TypePath *type_path_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ijar/
H A Dclassfile.cc750 struct TypeAnnotation { struct
751 virtual ~TypeAnnotation() { in ~TypeAnnotation()
757 void ExtractClassNames() { in ExtractClassNames()
761 void Write(u1 *&p) { in Write()
777 struct TargetInfo {
821 struct EmptyInfo : TargetInfo {
875 struct TypePath {
902 u1 target_type_;
903 TargetInfo *target_info_;
904 TypePath *type_path_;
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/style/
H A Dstyleengine.h55 TypeAnnotation, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java42 public class TypeAnnotation { class
43 TypeAnnotation(ClassReader cr) throws IOException, Annotation.InvalidAnnotation { in TypeAnnotation() method in TypeAnnotation
49 public TypeAnnotation(ConstantPool constant_pool, in TypeAnnotation() method in TypeAnnotation

1234