Uses of Class
org.teavm.backend.javascript.codegen.SourceWriter
-
Packages that use SourceWriter Package Description org.teavm.backend.javascript.codegen org.teavm.backend.javascript.rendering org.teavm.backend.javascript.spi -
-
Uses of SourceWriter in org.teavm.backend.javascript.codegen
-
Uses of SourceWriter in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering that return SourceWriter Modifier and Type Method Description SourceWriterRenderer. getWriter()SourceWriterRenderingManager. getWriter()Methods in org.teavm.backend.javascript.rendering with parameters of type SourceWriter Modifier and Type Method Description voidRenderingContext. constantToString(SourceWriter writer, Object cst)voidRenderingContext. typeToClsString(SourceWriter writer, ValueType type)static voidRenderingUtil. writeString(SourceWriter writer, String s)Constructors in org.teavm.backend.javascript.rendering with parameters of type SourceWriter Constructor Description AstWriter(SourceWriter writer)Renderer(SourceWriter writer, Set<MethodReference> asyncMethods, Set<MethodReference> asyncFamilyMethods, Diagnostics diagnostics, RenderingContext context)RuntimeRenderer(ClassReaderSource classSource, SourceWriter writer)StatementRenderer(RenderingContext context, SourceWriter writer) -
Uses of SourceWriter in org.teavm.backend.javascript.spi
Methods in org.teavm.backend.javascript.spi that return SourceWriter Modifier and Type Method Description SourceWriterInjectorContext. getWriter()Methods in org.teavm.backend.javascript.spi with parameters of type SourceWriter Modifier and Type Method Description voidGenerator. generate(GeneratorContext context, SourceWriter writer, MethodReference methodRef)voidGeneratorContext. typeToClassString(SourceWriter writer, ValueType type)
-