public class JSSSACompilerBackend extends Object implements CompileBackend<JSCompileResult>
| Constructor and Description |
|---|
JSSSACompilerBackend(ProgramGeneratorFactory aProgramGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
JSCompileResult |
generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignatue) |
String |
toArray(String aData) |
public JSSSACompilerBackend(ProgramGeneratorFactory aProgramGeneratorFactory)
public JSCompileResult generateCodeFor(CompileOptions aOptions, BytecodeLinkerContext aLinkerContext, Class aEntryPointClass, String aEntryPointMethodName, BytecodeMethodSignature aEntryPointSignatue)
generateCodeFor in interface CompileBackend<JSCompileResult>Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.