public abstract class KernelForEach extends KernelProgramBlock implements Loop, IForEach<LocalVariable>
insnHelper| 构造器和说明 |
|---|
KernelForEach(KernelParam elements) |
KernelForEach(KernelParam elements,
AClass elementType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
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_, init, 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 KernelForEach(KernelParam elements)
public KernelForEach(KernelParam elements, AClass elementType)
public void doExecute()
KernelProgramBlockdoExecute 在类中 KernelProgramBlockpublic final void generate()
KernelProgramBlockKernelProgramBlock.execute()generate 在类中 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.