MCPcopy Create free account
hub / github.com/Syncleus/aparapi / getBoolean

Method getBoolean

src/main/java/com/aparapi/Kernel.java:3772–3775  ·  view source on GitHub ↗
(ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> methodNamesCache,
         MethodReferenceEntry methodReferenceEntry)

Source from the content-addressed store, hash-verified

3770 });
3771
3772 private static boolean getBoolean(ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> methodNamesCache,
3773 MethodReferenceEntry methodReferenceEntry) {
3774 return getProperty(methodNamesCache, methodReferenceEntry, false);
3775 }
3776
3777 private static <A extends Annotation> ValueCache<Class<?>, Map<String, Boolean>, RuntimeException> markedWith(
3778 final Class<A> annotationClass) {

Callers 2

isMappedMethodMethod · 0.95

Calls 1

getPropertyMethod · 0.95

Tested by

no test coverage detected