package java.lang.reflect
implements AnnotatedElement
extended by Executable, Field
Available on java
static_setAccessible(param1:NativeArray<AccessibleObject>, param2:Bool):VoidstaticsetAccessible(param1:NativeArray<AccessibleObject>, param2:Bool):VoidgetAnnotation<T>(param1:Class<T>):TgetAnnotations():NativeArray<Annotation>getAnnotationsByType<T>(param1:Class<T>):NativeArray<T>getDeclaredAnnotation<T>(param1:Class<T>):TgetDeclaredAnnotations():NativeArray<Annotation>getDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>isAccessible():BoolisAnnotationPresent(param1:Class<Annotation>):BoolsetAccessible(param1:Bool):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/reflect/AccessibleObject.html