Uses of Interface
com.offbynull.coroutines.instrumenter.asm.ClassInformationRepository
-
Packages that use ClassInformationRepository Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.instrumenter.asm Generic ASM classes. -
-
Uses of ClassInformationRepository in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as ClassInformationRepository Modifier and Type Field Description private ClassInformationRepositoryMethodAnalyzer. classInfoRepoprivate ClassInformationRepositoryInstrumentationState. classInformationRepositoryprivate ClassInformationRepositoryInstrumenter. classRepoMethods in com.offbynull.coroutines.instrumenter that return ClassInformationRepository Modifier and Type Method Description (package private) ClassInformationRepositoryInstrumentationState. classInformationRepository()Constructors in com.offbynull.coroutines.instrumenter with parameters of type ClassInformationRepository Constructor Description InstrumentationState(InstrumentationSettings instrumentationSettings, ClassInformationRepository classInformationRepository)Instrumenter(ClassInformationRepository repo)Constructs aInstrumenterobject.MethodAnalyzer(ClassInformationRepository classInfoRepo) -
Uses of ClassInformationRepository in com.offbynull.coroutines.instrumenter.asm
Classes in com.offbynull.coroutines.instrumenter.asm that implement ClassInformationRepository Modifier and Type Class Description classClassLoaderClassInformationRepositoryProvides information on classes contained within aClassLoader.classClassResourceClassInformationRepositoryProvides information on classes contained within aClassLoader.classCompositeClassInformationRepositoryCombines multipleClassInformationRepositoryobjects into one.classFileSystemClassInformationRepositoryProvides information on classes contained within JARs and folders.Fields in com.offbynull.coroutines.instrumenter.asm declared as ClassInformationRepository Modifier and Type Field Description private ClassInformationRepositorySimpleClassWriter. infoRepoprivate ClassInformationRepositorySimpleVerifier. repoFields in com.offbynull.coroutines.instrumenter.asm with type parameters of type ClassInformationRepository Modifier and Type Field Description private org.apache.commons.collections4.list.UnmodifiableList<ClassInformationRepository>CompositeClassInformationRepository. reposMethods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationRepository Modifier and Type Method Description private static java.util.LinkedHashSet<java.lang.String>TypeUtils. flattenHierarchy(ClassInformationRepository repo, java.lang.String type)private static voidTypeUtils. flattenHierarchy(ClassInformationRepository repo, java.lang.String type, java.util.LinkedHashSet<java.lang.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 ClassInformationRepository Constructor Description CompositeClassInformationRepository(ClassInformationRepository... repos)Constructs aClassLoaderClassInformationRepositoryobject.SimpleClassWriter(int flags, ClassInformationRepository infoRepo)Constructs aSimpleClassWriterobject.SimpleClassWriter(org.objectweb.asm.ClassReader classReader, int flags, ClassInformationRepository infoRepo)Constructs aSimpleClassWriterobject.SimpleVerifier(ClassInformationRepository repo)Constructs aSimpleVerifierobject.
-