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

Method setAccessible

corpus/java/training/guava/reflect/Element.java:70–73  ·  view source on GitHub ↗
(boolean flag)

Source from the content-addressed store, hash-verified

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

Callers 10

runMethod · 0.45
FieldSetterMethod · 0.45
runMethod · 0.45
SubscriberMethod · 0.45
runMethod · 0.45
runMethod · 0.45
tryGetMethodMethod · 0.45
tryGetFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected