MCPcopy Index your code
hub / github.com/apache/groovy / canAccessLegally

Method canAccessLegally

src/main/java/groovy/lang/MetaClassImpl.java:2493–2496  ·  view source on GitHub ↗
(final MetaMethod method)

Source from the content-addressed store, hash-verified

2491 }
2492
2493 private static boolean canAccessLegally(final MetaMethod method) {
2494 return !(method instanceof CachedMethod)
2495 || ((CachedMethod) method).canAccessLegally(MetaClassImpl.class);
2496 }
2497
2498 private static boolean isMarkedInternal(final MetaBeanProperty mbp) {
2499 CachedField field = mbp.getField();

Callers 1

getPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected