public abstract class KernelCatch extends EpisodeBlock<ExceptionSerialBlock> implements ICatch<LocalVariable,KernelCatch,KernelFinally>
insnHelper| 构造器和说明 |
|---|
KernelCatch(AClass exceptionType) |
| 限定符和类型 | 方法和说明 |
|---|---|
KernelCatch |
catch_(KernelCatch catchBlock) |
protected void |
doExecute()
Override this method in subclass, defined the generate instruction rule for
each block.
|
KernelFinally |
finally_(KernelFinally block) |
void |
generate()
The specify the program block code you want to generate here.
|
getSerialadd, 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 KernelCatch(AClass exceptionType)
public void generate()
KernelProgramBlockKernelProgramBlock.execute()generate 在类中 KernelProgramBlockprotected void doExecute()
KernelProgramBlockdoExecute 在类中 KernelProgramBlockpublic KernelCatch catch_(KernelCatch catchBlock)
catch_ 在接口中 ICatch<LocalVariable,KernelCatch,KernelFinally>public KernelFinally finally_(KernelFinally block)
finally_ 在接口中 ICatch<LocalVariable,KernelCatch,KernelFinally>Copyright © 2015. All rights reserved.