Uses of Interface
org.teavm.vm.spi.TeaVMHostExtension
-
Packages that use TeaVMHostExtension Package Description org.teavm.backend.c org.teavm.backend.javascript org.teavm.backend.wasm org.teavm.vm org.teavm.vm.spi -
-
Uses of TeaVMHostExtension in org.teavm.backend.c
Subinterfaces of TeaVMHostExtension in org.teavm.backend.c Modifier and Type Interface Description interfaceTeaVMCHostClasses in org.teavm.backend.c that implement TeaVMHostExtension Modifier and Type Class Description classCTargetMethods in org.teavm.backend.c that return types with arguments of type TeaVMHostExtension Modifier and Type Method Description List<TeaVMHostExtension>CTarget. getHostExtensions() -
Uses of TeaVMHostExtension in org.teavm.backend.javascript
Subinterfaces of TeaVMHostExtension in org.teavm.backend.javascript Modifier and Type Interface Description interfaceTeaVMJavaScriptHostClasses in org.teavm.backend.javascript that implement TeaVMHostExtension Modifier and Type Class Description classJavaScriptTargetMethods in org.teavm.backend.javascript that return types with arguments of type TeaVMHostExtension Modifier and Type Method Description List<TeaVMHostExtension>JavaScriptTarget. getHostExtensions() -
Uses of TeaVMHostExtension in org.teavm.backend.wasm
Subinterfaces of TeaVMHostExtension in org.teavm.backend.wasm Modifier and Type Interface Description interfaceTeaVMWasmHostClasses in org.teavm.backend.wasm that implement TeaVMHostExtension Modifier and Type Class Description classWasmTargetMethods in org.teavm.backend.wasm that return types with arguments of type TeaVMHostExtension Modifier and Type Method Description List<TeaVMHostExtension>WasmTarget. getHostExtensions() -
Uses of TeaVMHostExtension in org.teavm.vm
Methods in org.teavm.vm with type parameters of type TeaVMHostExtension Modifier and Type Method Description <T extends TeaVMHostExtension>
TTeaVM. getExtension(Class<T> extensionType)Methods in org.teavm.vm that return types with arguments of type TeaVMHostExtension Modifier and Type Method Description List<TeaVMHostExtension>TeaVMTarget. getHostExtensions() -
Uses of TeaVMHostExtension in org.teavm.vm.spi
Methods in org.teavm.vm.spi with type parameters of type TeaVMHostExtension Modifier and Type Method Description <T extends TeaVMHostExtension>
TTeaVMHost. getExtension(Class<T> extensionType)
-