public abstract class KernelDoWhile extends KernelProgramBlock implements Loop, IDoWhile
insnHelper| 构造器和说明 |
|---|
KernelDoWhile(KernelParam condition) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doExecute()
Override this method in subclass, defined the generate instruction rule for
each block.
|
void |
generate()
The specify the program block code you want to generate here.
|
cn.wensiqun.asmsupport.org.objectweb.asm.Label |
getBreakLabel() |
cn.wensiqun.asmsupport.org.objectweb.asm.Label |
getContinueLabel() |
protected void |
init()
Do init here, the method is empty, specify code will be override by sub class.
|
String |
toString() |
add, addException, and, arrayLength, arrayLoad, arrayStore, assign, band, bor, break_, bxor, call, call, call, call, callOrig, checkcast, checkcast, continue_, div, dowhile, eq, equals, execute, field, for_, ge, generateTo, getArrayType, getArrayType, getEnd, getExecutor, getInsnHelper, getLocalAnonymousVariableModel, getLocalVariableModel, getMethod, getMethodArguments, getMethodBody, getMethodDeclaringClass, getParent, getScope, getStart, getThrowExceptions, getType, gt, hashCode, if_, instanceof_, instanceof_, invokeVerify, isFinish, le, logicalAnd, logicalOr, logicalXor, lt, makeArray, makeArray, mod, mul, ne, neg, new_, new_, newarray, newarray, no, null_, null_, or, postdec, postinc, predec, preinc, prepare, removeException, return_, return_, reverse, setExecutor, setFinish, setInsnHelper, setParent, setScope, shl, shr, stradd, sub, super_, sync, ternary, this_, this_, throw_, try_, ushr, val, val, val, val, val, val, val, val, val, val, val, var, var, var, var, while_getQueue, removeExehasNext, next, previousbodypublic KernelDoWhile(KernelParam condition)
public final void generate()
KernelProgramBlockKernelProgramBlock.execute()generate 在类中 KernelProgramBlockpublic void doExecute()
KernelProgramBlockdoExecute 在类中 KernelProgramBlockprotected void init()
KernelProgramBlockinit 在类中 KernelProgramBlockpublic cn.wensiqun.asmsupport.org.objectweb.asm.Label getBreakLabel()
getBreakLabel 在接口中 Looppublic cn.wensiqun.asmsupport.org.objectweb.asm.Label getContinueLabel()
getContinueLabel 在接口中 LoopCopyright © 2015. All rights reserved.