Uses of Class
com.aparapi.internal.model.EntrypointKey
-
Packages that use EntrypointKey Package Description com.aparapi.internal.model -
-
Uses of EntrypointKey in com.aparapi.internal.model
Fields in com.aparapi.internal.model with type parameters of type EntrypointKey Modifier and Type Field Description private ValueCache<EntrypointKey,Entrypoint,AparapiException>ClassModel. entrypointCacheMethods in com.aparapi.internal.model that return EntrypointKey Modifier and Type Method Description static EntrypointKeyEntrypointKey. of(java.lang.String entrypointName, java.lang.String descriptor)Methods in com.aparapi.internal.model with parameters of type EntrypointKey Modifier and Type Method Description (package private) EntrypointClassModel. computeBasicEntrypoint(EntrypointKey entrypointKey)
-