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
Fields in com.offbynull.coroutines.instrumenter declared as ClassInformationRepositoryModifier and TypeFieldDescriptionprivate final ClassInformationRepositoryMethodAnalyzer.classInfoRepoprivate final ClassInformationRepositoryInstrumentationState.classInformationRepositoryprivate ClassInformationRepositoryInstrumenter.classRepoMethods in com.offbynull.coroutines.instrumenter that return ClassInformationRepositoryModifier and TypeMethodDescription(package private) ClassInformationRepositoryInstrumentationState.classInformationRepository()Constructors in com.offbynull.coroutines.instrumenter with parameters of type ClassInformationRepositoryModifierConstructorDescription(package private)InstrumentationState(InstrumentationSettings instrumentationSettings, ClassInformationRepository classInformationRepository) Constructs aInstrumenterobject.(package private)MethodAnalyzer(ClassInformationRepository classInfoRepo) -
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.Fields in com.offbynull.coroutines.instrumenter.asm declared as ClassInformationRepositoryModifier and TypeFieldDescriptionprivate final ClassInformationRepositorySimpleClassWriter.infoRepoprivate final ClassInformationRepositorySimpleVerifier.repoFields in com.offbynull.coroutines.instrumenter.asm with type parameters of type ClassInformationRepositoryModifier and TypeFieldDescriptionprivate final org.apache.commons.collections4.list.UnmodifiableList<ClassInformationRepository> CompositeClassInformationRepository.reposMethods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationRepositoryModifier and TypeMethodDescriptionprivate static LinkedHashSet<String> TypeUtils.flattenHierarchy(ClassInformationRepository repo, String type) private static voidTypeUtils.flattenHierarchy(ClassInformationRepository repo, String type, LinkedHashSet<String> ret) private static booleanTypeUtils.isArrayElementTypeAssignableFrom(ClassInformationRepository repo, org.objectweb.asm.Type t, org.objectweb.asm.Type u) static 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.private static booleanTypeUtils.isObjectTypeAssignableFrom(ClassInformationRepository repo, org.objectweb.asm.Type t, org.objectweb.asm.Type u) 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.