public class Module extends Object
| Constructor and Description |
|---|
Module(String label,
String sourcemapFileName) |
| Modifier and Type | Method and Description |
|---|---|
EventIndex |
eventIndex() |
FunctionIndex |
functionIndex() |
EventSection |
getEvents() |
ExportsSection |
getExports() |
FunctionsSection |
getFunctions() |
GlobalsSection |
getGlobals() |
ImportsSection |
getImports() |
String |
getLabel() |
MemorySection |
getMems() |
TablesSection |
getTables() |
TypesSection |
getTypes() |
GlobalsIndex |
globalsIndex() |
void |
writeTo(BinaryWriter writer,
boolean enableDebug) |
void |
writeTo(TextWriter writer,
boolean enableDebug) |
public void writeTo(TextWriter writer, boolean enableDebug) throws IOException
IOExceptionpublic TypesSection getTypes()
public GlobalsIndex globalsIndex()
public EventIndex eventIndex()
public FunctionIndex functionIndex()
public void writeTo(BinaryWriter writer, boolean enableDebug) throws IOException
IOExceptionpublic String getLabel()
public MemorySection getMems()
public FunctionsSection getFunctions()
public ImportsSection getImports()
public GlobalsSection getGlobals()
public ExportsSection getExports()
public TablesSection getTables()
public EventSection getEvents()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.