Searched defs:parameter_annotations (Results 1 - 5 of 5) sorted by path

/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2439 oop java_lang_reflect_Method::parameter_annotations(oop method) { function in class:java_lang_reflect_Method
2597 oop java_lang_reflect_Constructor::parameter_annotations(oop method) { function in class:java_lang_reflect_Constructor
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.hpp166 AnnotationArray* parameter_annotations() const { function in class:Method
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DRuntimeInvisibleParameterAnnotations_attribute.java44 public RuntimeInvisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
49 public RuntimeInvisibleParameterAnnotations_attribute(int name_index, Annotation[][] parameter_annotations) { argument
H A DRuntimeParameterAnnotations_attribute.java53 protected RuntimeParameterAnnotations_attribute(int name_index, Annotation[][] parameter_annotations) { argument
68 public final Annotation[][] parameter_annotations; field in class:RuntimeParameterAnnotations_attribute
H A DRuntimeVisibleParameterAnnotations_attribute.java44 public RuntimeVisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
49 public RuntimeVisibleParameterAnnotations_attribute(int name_index, Annotation[][] parameter_annotations) { argument

Completed in 127 milliseconds