Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen |
Modifier and Type | Method and Description |
---|---|
GenerateFunctionInParallelResult |
ICodeGenerator.generateFunctionInParallel(ExecutorService executorService,
FunctionNode func,
LexicalScope enclosing_scope)
Generate code for a function declaration, using a background thread
provided by the specified
ExecutorService . |
GenerateFunctionInParallelResult |
ABCGenerator.generateFunctionInParallel(ExecutorService executorService,
FunctionNode func,
LexicalScope enclosing_scope)
Generate code for a function declaration, using a background thread
provided by the specified
ExecutorService . |
Copyright © 2016 The Apache Software Foundation. All rights reserved.