Package jadex.commons
Class SAccess
- java.lang.Object
-
- jadex.commons.SAccess
-
public class SAccess extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
ENABLE_INSTRUMENTATION_SETACCESSIBLE
Enable approach "Instrumentation".static boolean
ENABLE_NATIVE_SETACCESSIBLE
Enable approach "Native Access".static boolean
ENABLE_UNSAFE_SETACCESSIBLE
Enable approach "Unsafe".
-
Constructor Summary
Constructors Constructor Description SAccess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setAccessible(java.lang.reflect.AccessibleObject acc, boolean flag)
-
-
-
Field Detail
-
ENABLE_UNSAFE_SETACCESSIBLE
public static boolean ENABLE_UNSAFE_SETACCESSIBLE
Enable approach "Unsafe".
-
ENABLE_NATIVE_SETACCESSIBLE
public static boolean ENABLE_NATIVE_SETACCESSIBLE
Enable approach "Native Access".
-
ENABLE_INSTRUMENTATION_SETACCESSIBLE
public static boolean ENABLE_INSTRUMENTATION_SETACCESSIBLE
Enable approach "Instrumentation".
-
-