MCPcopy Create free account
hub / github.com/antlr/codebuff / setAccessible

Method setAccessible

output/java_guava/1.4.17/Element.java:69–72  ·  view source on GitHub ↗
(boolean flag)

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public final void setAccessible(boolean flag) throws SecurityException {
71 accessibleObject.setAccessible(flag);
72 }
73
74 @Override
75 public final boolean isAccessible() {

Callers 15

tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected