Uses of Interface
org.teavm.backend.c.generators.Generator
-
Packages that use Generator Package Description org.teavm.backend.c.generate org.teavm.backend.c.generators -
-
Uses of Generator in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate that return Generator Modifier and Type Method Description GeneratorGenerationContext. getGenerator(MethodReference method)Methods in org.teavm.backend.c.generate with parameters of type Generator Modifier and Type Method Description voidGenerationContext. addGenerator(Generator generator) -
Uses of Generator in org.teavm.backend.c.generators
Classes in org.teavm.backend.c.generators that implement Generator Modifier and Type Class Description classArrayGeneratorclassReferenceQueueGeneratorclassWeakReferenceGeneratorMethods in org.teavm.backend.c.generators that return Generator Modifier and Type Method Description GeneratorGeneratorFactory. createGenerator(GeneratorFactoryContext context)
-