MCPcopy Index your code
hub / github.com/beanshell/beanshell / haveAccessibility

Method haveAccessibility

src/bsh/Capabilities.java:60–63  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 7

ClassGeneratorUtilMethod · 0.95
findAccessibleFieldMethod · 0.95
resolveJavaMethodMethod · 0.95
constructObjectMethod · 0.95
setAccessibleMethod · 0.95

Calls

no outgoing calls