W3cubDocs

/Haxe Java

AccessibleObject

package java.lang.reflect

implements AnnotatedElement

extended by Constructor, Field, Method

Available on java

Methods

getAnnotation<T> (param1:Class<T>):T

getAnnotations ():NativeArray<Annotation>

getDeclaredAnnotations ():NativeArray<Annotation>

isAccessible ():Bool

isAnnotationPresent (param1:Class<Annotation>):Bool

setAccessible (param1:Bool):Void

Static methods

static _setAccessible (param1:NativeArray<AccessibleObject>, param2:Bool):Void

static setAccessible (param1:NativeArray<AccessibleObject>, param2:Bool):Void

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/reflect/AccessibleObject.html