Uses of Interface
org.teavm.dependency.DependencyPlugin
Packages that use DependencyPlugin
-
Uses of DependencyPlugin in org.teavm.dependency
Methods in org.teavm.dependency with parameters of type DependencyPluginModifier and TypeMethodDescriptionvoid
DependencyAnalyzer.addDependencyPlugin(MethodReference method, DependencyPlugin dependencyPlugin)
-
Uses of DependencyPlugin in org.teavm.vm
Methods in org.teavm.vm with parameters of type DependencyPluginModifier and TypeMethodDescriptionvoid
TeaVM.add(MethodReference methodRef, DependencyPlugin dependencyPlugin)
-
Uses of DependencyPlugin in org.teavm.vm.spi
Methods in org.teavm.vm.spi with parameters of type DependencyPluginModifier and TypeMethodDescriptionvoid
TeaVMHost.add(MethodReference methodRef, DependencyPlugin dependencyPlugin)