Uses of Interface
org.teavm.dependency.BootstrapMethodSubstitutor
-
Packages that use BootstrapMethodSubstitutor Package Description org.teavm.dependency org.teavm.vm org.teavm.vm.spi -
-
Uses of BootstrapMethodSubstitutor in org.teavm.dependency
Methods in org.teavm.dependency with parameters of type BootstrapMethodSubstitutor Modifier and Type Method Description voidDependencyAnalyzer. addBootstrapMethodSubstitutor(MethodReference method, BootstrapMethodSubstitutor substitutor) -
Uses of BootstrapMethodSubstitutor in org.teavm.vm
Methods in org.teavm.vm with parameters of type BootstrapMethodSubstitutor Modifier and Type Method Description voidTeaVM. add(MethodReference methodRef, BootstrapMethodSubstitutor substitutor) -
Uses of BootstrapMethodSubstitutor in org.teavm.vm.spi
Methods in org.teavm.vm.spi with parameters of type BootstrapMethodSubstitutor Modifier and Type Method Description voidTeaVMHost. add(MethodReference methodRef, BootstrapMethodSubstitutor substitutor)
-