public class JSXGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSXGenerator.ParseResult |
| Constructor and Description |
|---|
JSXGenerator() |
JSXGenerator(String transformFunctionName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
camelCase(String name) |
void |
generateJS(TokenNode root,
PrintStream out) |
static JSXGenerator.ParseResult |
process(File f,
boolean devmode,
NodeLibNameResolver nlib,
JNPMConfig config) |
protected void |
renderSingleNode(TokenNode tokenNode,
PrintStream out) |
protected void |
renderSingleNode(TokenNode tokenNode,
PrintStream out,
boolean quote) |
public JSXGenerator()
public JSXGenerator(String transformFunctionName)
public void generateJS(TokenNode root, PrintStream out)
protected void renderSingleNode(TokenNode tokenNode, PrintStream out)
protected void renderSingleNode(TokenNode tokenNode, PrintStream out, boolean quote)
public static JSXGenerator.ParseResult process(File f, boolean devmode, NodeLibNameResolver nlib, JNPMConfig config) throws IOException
IOExceptionCopyright © 2019. All rights reserved.