public abstract class AbstractKernelBlock extends ByteCodeExecutor implements Cloneable
| 构造器和说明 |
|---|
AbstractKernelBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
CommonLinkedList<ByteCodeExecutor> |
getQueue() |
void |
removeExe(ByteCodeExecutor exe)
Remove an executor from execute queue.
|
hasNext, next, previousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, preparepublic CommonLinkedList<ByteCodeExecutor> getQueue()
public void removeExe(ByteCodeExecutor exe)
exe - Copyright © 2015. All rights reserved.