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 booleanENABLE_INSTRUMENTATION_SETACCESSIBLEEnable approach "Instrumentation".static booleanENABLE_NATIVE_SETACCESSIBLEEnable approach "Native Access".static booleanENABLE_UNSAFE_SETACCESSIBLEEnable approach "Unsafe". 
- 
Constructor Summary
Constructors Constructor Description SAccess() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetAccessible(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". 
 - 
 
 -