Uses of Interface
com.offbynull.coroutines.instrumenter.asm.ClassInformationRepository
Packages that use ClassInformationRepository
Package
Description
Coroutine instrumentation classes.
Generic ASM classes.
-
Uses of ClassInformationRepository in com.offbynull.coroutines.instrumenter
Constructors in com.offbynull.coroutines.instrumenter with parameters of type ClassInformationRepository -
Uses of ClassInformationRepository in com.offbynull.coroutines.instrumenter.asm
Classes in com.offbynull.coroutines.instrumenter.asm that implement ClassInformationRepositoryModifier and TypeClassDescriptionfinal classProvides information on classes contained within aClassLoader.final classProvides information on classes contained within aClassLoader.final classCombines multipleClassInformationRepositoryobjects into one.final classProvides information on classes contained within JARs and folders.Methods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationRepositoryModifier and TypeMethodDescriptionstatic booleanTypeUtils.isAssignableFrom(ClassInformationRepository repo, org.objectweb.asm.Type t, org.objectweb.asm.Type u) Checks to see if one type is assignable from another type.Constructors in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationRepositoryModifierConstructorDescriptionConstructs aClassLoaderClassInformationRepositoryobject.SimpleClassWriter(int flags, ClassInformationRepository infoRepo) Constructs aSimpleClassWriterobject.SimpleClassWriter(org.objectweb.asm.ClassReader classReader, int flags, ClassInformationRepository infoRepo) Constructs aSimpleClassWriterobject.Constructs aSimpleVerifierobject.