Package | Description |
---|---|
com.tameif.tame.factory |
Objects for creating structures.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJSExporterOptions
The default set of options for exporting a module to JS.
|
Modifier and Type | Method and Description |
---|---|
static void |
TAMEJSExporter.export(java.io.File file,
TAMEModule module,
TAMEJSExporterOptions options)
Exports a TAME Module to a stand-alone JavaScript module.
|
static void |
TAMEJSExporter.export(java.io.OutputStream out,
TAMEModule module,
TAMEJSExporterOptions options)
Exports a TAME Module to a stand-alone JavaScript module.
|
static void |
TAMEJSExporter.export(java.io.Writer writer,
TAMEModule module,
TAMEJSExporterOptions options)
Exports a TAME Module to a stand-alone JavaScript module.
|
static java.lang.String |
TAMEJSExporter.exportToString(TAMEModule module,
TAMEJSExporterOptions options)
Exports a TAME Module to a stand-alone JavaScript module.
|