public class SecureCompiler extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SecureCompiler.Report |
| Constructor and Description |
|---|
SecureCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(JsonML source) |
void |
enableFoldConstant() |
JsonML |
getJsonML()
Returns compiled source in JsonML format.
|
SecureCompiler.Report |
getReport()
Returns report from the last compilation.
|
String |
getString()
Returns compiled source as a JavaScript.
|
public JsonML getJsonML()
public String getString()
public SecureCompiler.Report getReport()
public void compile(JsonML source)
public void enableFoldConstant()