public class GenerateFunctionInParallelResult extends Object
ICodeGenerator.generateFunctionInParallel(java.util.concurrent.ExecutorService, org.apache.flex.compiler.internal.tree.as.FunctionNode, LexicalScope)
.
A wad containing the future for the code generation work happening in parallel and the method info for the function being generated.
Modifier and Type | Method and Description |
---|---|
void |
finish()
Blocks until the code generation work that this object corresponds to
is completed.
|
MethodInfo |
getMethodInfo()
Gets the
MethodInfo for the function for which code is being
generated. |
public void finish() throws InterruptedException, ExecutionException
public MethodInfo getMethodInfo()
MethodInfo
for the function for which code is being
generated. Thie method may be called immediately after this object is
constructed.MethodInfo
for the function for which code is
being generated.Copyright © 2016 The Apache Software Foundation. All rights reserved.