Class RuntimeRenderer
- java.lang.Object
-
- org.teavm.backend.javascript.rendering.RuntimeRenderer
-
public class RuntimeRenderer extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeRenderer(ClassReaderSource classSource, SourceWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderHandWrittenRuntime(String name)voidrenderRuntime()
-
-
-
Constructor Detail
-
RuntimeRenderer
public RuntimeRenderer(ClassReaderSource classSource, SourceWriter writer)
-
-
Method Detail
-
renderRuntime
public void renderRuntime() throws RenderingException- Throws:
RenderingException
-
renderHandWrittenRuntime
public void renderHandWrittenRuntime(String name) throws IOException
- Throws:
IOException
-
-