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. entrypointCache
Methods in com.aparapi.internal.model that return EntrypointKey Modifier and Type Method Description static EntrypointKey
EntrypointKey. 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) Entrypoint
ClassModel. computeBasicEntrypoint(EntrypointKey entrypointKey)
-