public class SecureCompiler
extends java.lang.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.
|
java.lang.String |
getString()
Returns compiled source as a JavaScript.
|
public JsonML getJsonML()
public java.lang.String getString()
public SecureCompiler.Report getReport()
public void compile(JsonML source)
public void enableFoldConstant()