Uses of Class
com.offbynull.coroutines.instrumenter.asm.ClassInformation
Packages that use ClassInformation
-
Uses of ClassInformation in com.offbynull.coroutines.instrumenter.asm
Fields in com.offbynull.coroutines.instrumenter.asm with type parameters of type ClassInformationModifier and TypeFieldDescriptionprivate final Map
<String, ClassInformation> FileSystemClassInformationRepository.hierarchyMap
Methods in com.offbynull.coroutines.instrumenter.asm that return ClassInformationModifier and TypeMethodDescription(package private) static ClassInformation
InternalUtils.getClassInformation
(InputStream is) ClassInformationRepository.getInformation
(String internalClassName) Get information for a class.ClassLoaderClassInformationRepository.getInformation
(String internalClassName) ClassResourceClassInformationRepository.getInformation
(String internalClassName) CompositeClassInformationRepository.getInformation
(String internalClassName) FileSystemClassInformationRepository.getInformation
(String internalClassName) Methods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationModifier and TypeMethodDescriptionvoid
FileSystemClassInformationRepository.addIndividual
(String className, ClassInformation classInformation) Add a custom class.