public class CompileQueue.ParseTask extends Object implements com.oracle.graal.pointsto.util.CompletionExecutor.DebugContextRunnable
| Modifier and Type | Field and Description |
|---|---|
protected CompileQueue.CompileReason |
reason |
| Constructor and Description |
|---|
ParseTask(HostedMethod method,
CompileQueue.CompileReason reason) |
| Modifier and Type | Method and Description |
|---|---|
org.graalvm.compiler.debug.DebugContext.Description |
getDescription() |
void |
run(org.graalvm.compiler.debug.DebugContext debug) |
protected final CompileQueue.CompileReason reason
public ParseTask(HostedMethod method, CompileQueue.CompileReason reason)
public void run(org.graalvm.compiler.debug.DebugContext debug)
run in interface com.oracle.graal.pointsto.util.CompletionExecutor.DebugContextRunnablepublic org.graalvm.compiler.debug.DebugContext.Description getDescription()
getDescription in interface com.oracle.graal.pointsto.util.CompletionExecutor.DebugContextRunnable