If accessibility is enabled determine if the accessibility mechanism exists and if we have the optional bsh package to use it. Note that even if both are true it does not necessarily mean that we have runtime permission to access the fields... Java security has a say in it. @see bsh.Re
()
| 58 | @see bsh.Reflect |
| 59 | */ |
| 60 | public static boolean haveAccessibility() |
| 61 | { |
| 62 | return accessibility; |
| 63 | } |
| 64 | |
| 65 | public static void setAccessibility( boolean b ) |
| 66 | throws Unavailable |
no outgoing calls