Uses of Class
com.offbynull.coroutines.instrumenter.asm.ClassInformation
-
Packages that use ClassInformation Package Description com.offbynull.coroutines.instrumenter.asm Generic ASM classes. -
-
Uses of ClassInformation in com.offbynull.coroutines.instrumenter.asm
Fields in com.offbynull.coroutines.instrumenter.asm with type parameters of type ClassInformation Modifier and Type Field Description private java.util.Map<java.lang.String,ClassInformation>
FileSystemClassInformationRepository. hierarchyMap
Methods in com.offbynull.coroutines.instrumenter.asm that return ClassInformation Modifier and Type Method Description (package private) static ClassInformation
InternalUtils. getClassInformation(java.io.InputStream is)
ClassInformation
ClassInformationRepository. getInformation(java.lang.String internalClassName)
Get information for a class.ClassInformation
ClassLoaderClassInformationRepository. getInformation(java.lang.String internalClassName)
ClassInformation
ClassResourceClassInformationRepository. getInformation(java.lang.String internalClassName)
ClassInformation
CompositeClassInformationRepository. getInformation(java.lang.String internalClassName)
ClassInformation
FileSystemClassInformationRepository. getInformation(java.lang.String internalClassName)
Methods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformation Modifier and Type Method Description void
FileSystemClassInformationRepository. addIndividual(java.lang.String className, ClassInformation classInformation)
Add a custom class.
-