JsCodeGenerator

public abstract class JsCodeGenerator

The common base for JavaScript code generators which operate on the io.spine.js.generate.output.CodeLines.

Inheritors

Constructors

Link copied to clipboard
protected void JsCodeGenerator(CodeLines jsOutput)

Functions

Link copied to clipboard
public abstract void generate()
Generate the JavaScript code and store it into the JsOutput.
Link copied to clipboard
protected CodeLines jsOutput()
The JsOutput which accumulates all the generated code.