Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen |
Modifier and Type | Method and Description |
---|---|
ABCBytesRequestResult |
ICodeGenerator.generate(ExecutorService executorService,
boolean useParallelCodegen,
String synthetic_name_prefix,
IASNode root_node,
ICompilerProject project,
boolean inInvisibleCompilationUnit,
Map<String,String> encodedDebugFiles)
Generate an ABC file equivalent to the input syntax tree.
|
ABCBytesRequestResult |
ABCGenerator.generate(ExecutorService executorService,
boolean useParallelCodegen,
String synthetic_name_prefix,
IASNode root_node,
ICompilerProject project,
boolean inInvisibleCompilationUnit,
Map<String,String> encodedDebugFiles) |
ABCBytesRequestResult |
ICodeGenerator.generate(String synthetic_name_prefix,
IASNode root_node,
ICompilerProject project)
Generate an ABC file equivalent to the input syntax tree.
|
ABCBytesRequestResult |
ABCGenerator.generate(String synthetic_name_prefix,
IASNode root_node,
ICompilerProject project) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.