Uses of Interface
org.teavm.common.ServiceRepository
-
-
Uses of ServiceRepository in org.teavm.backend.c.generators
Methods in org.teavm.backend.c.generators that return ServiceRepository Modifier and Type Method Description ServiceRepositoryGeneratorFactoryContext. getServices() -
Uses of ServiceRepository in org.teavm.backend.c.intrinsic
Methods in org.teavm.backend.c.intrinsic that return ServiceRepository Modifier and Type Method Description ServiceRepositoryIntrinsicFactoryContext. getServices() -
Uses of ServiceRepository in org.teavm.backend.javascript.rendering
Subinterfaces of ServiceRepository in org.teavm.backend.javascript.rendering Modifier and Type Interface Description interfaceRenderingManagerClasses in org.teavm.backend.javascript.rendering that implement ServiceRepository Modifier and Type Class Description classRendererMethods in org.teavm.backend.javascript.rendering that return ServiceRepository Modifier and Type Method Description ServiceRepositoryRenderingContext. getServices()Constructors in org.teavm.backend.javascript.rendering with parameters of type ServiceRepository Constructor Description RenderingContext(DebugInformationEmitter debugEmitter, ClassReaderSource initialClassSource, ListableClassReaderSource classSource, ClassLoader classLoader, ServiceRepository services, Properties properties, NamingStrategy naming, DependencyInfo dependencyInfo, Predicate<MethodReference> virtualPredicate, ClassInitializerInfo classInitializerInfo, boolean strict) -
Uses of ServiceRepository in org.teavm.backend.javascript.spi
Subinterfaces of ServiceRepository in org.teavm.backend.javascript.spi Modifier and Type Interface Description interfaceGeneratorContextinterfaceInjectorContext -
Uses of ServiceRepository in org.teavm.backend.wasm.intrinsics
Methods in org.teavm.backend.wasm.intrinsics that return ServiceRepository Modifier and Type Method Description ServiceRepositoryWasmIntrinsicFactoryContext. getServices() -
Uses of ServiceRepository in org.teavm.dependency
Classes in org.teavm.dependency that implement ServiceRepository Modifier and Type Class Description classDependencyAgentMethods in org.teavm.dependency with parameters of type ServiceRepository Modifier and Type Method Description DependencyAnalyzerDependencyAnalyzerFactory. create(ClassReaderSource classSource, ClassLoader classLoader, ServiceRepository services, Diagnostics diagnostics, ReferenceCache referenceCache)Constructors in org.teavm.dependency with parameters of type ServiceRepository Constructor Description FastDependencyAnalyzer(ClassReaderSource classSource, ClassLoader classLoader, ServiceRepository services, Diagnostics diagnostics, ReferenceCache referenceCache)PreciseDependencyAnalyzer(ClassReaderSource classSource, ClassLoader classLoader, ServiceRepository services, Diagnostics diagnostics, ReferenceCache referenceCache) -
Uses of ServiceRepository in org.teavm.vm
Classes in org.teavm.vm that implement ServiceRepository Modifier and Type Class Description classTeaVMTeaVM itself.Methods in org.teavm.vm that return ServiceRepository Modifier and Type Method Description ServiceRepositoryTeaVMTargetController. getServices() -
Uses of ServiceRepository in org.teavm.vm.spi
Subinterfaces of ServiceRepository in org.teavm.vm.spi Modifier and Type Interface Description interfaceTeaVMHostA host of plugins for TeaVM.
-