Uses of Interface
org.teavm.backend.javascript.spi.Generator
-
Packages that use Generator Package Description org.teavm.backend.javascript org.teavm.backend.javascript.decompile org.teavm.backend.javascript.spi -
-
Uses of Generator in org.teavm.backend.javascript
Methods in org.teavm.backend.javascript with parameters of type Generator Modifier and Type Method Description voidJavaScriptTarget. add(MethodReference methodRef, Generator generator)voidTeaVMJavaScriptHost. add(MethodReference methodRef, Generator generator)Method parameters in org.teavm.backend.javascript with type arguments of type Generator Modifier and Type Method Description voidJavaScriptTarget. addGeneratorProvider(Function<ProviderContext,Generator> provider)voidTeaVMJavaScriptHost. addGeneratorProvider(Function<ProviderContext,Generator> provider) -
Uses of Generator in org.teavm.backend.javascript.decompile
Fields in org.teavm.backend.javascript.decompile declared as Generator Modifier and Type Field Description GeneratorPreparedMethod. generatorConstructors in org.teavm.backend.javascript.decompile with parameters of type Generator Constructor Description PreparedMethod(MethodHolder method, MethodNode node, Generator generator, boolean async, ControlFlowEntry[] cfg) -
Uses of Generator in org.teavm.backend.javascript.spi
Methods in org.teavm.backend.javascript.spi that return types with arguments of type Generator Modifier and Type Method Description Class<? extends Generator>value()
-