Uses of Interface
org.teavm.dependency.DependencyPlugin
-
Packages that use DependencyPlugin Package Description org.teavm.dependency org.teavm.vm org.teavm.vm.spi -
-
Uses of DependencyPlugin in org.teavm.dependency
Methods in org.teavm.dependency that return types with arguments of type DependencyPlugin Modifier and Type Method Description Class<? extends DependencyPlugin>value()Methods in org.teavm.dependency with parameters of type DependencyPlugin Modifier and Type Method Description voidDependencyAnalyzer. addDependencyPlugin(MethodReference method, DependencyPlugin dependencyPlugin) -
Uses of DependencyPlugin in org.teavm.vm
Methods in org.teavm.vm with parameters of type DependencyPlugin Modifier and Type Method Description voidTeaVM. add(MethodReference methodRef, DependencyPlugin dependencyPlugin) -
Uses of DependencyPlugin in org.teavm.vm.spi
Methods in org.teavm.vm.spi with parameters of type DependencyPlugin Modifier and Type Method Description voidTeaVMHost. add(MethodReference methodRef, DependencyPlugin dependencyPlugin)
-