cn.wensiqun.asmsupport.operators.asmdirect
类 GOTO
java.lang.Object
cn.wensiqun.asmsupport.definition.AbstractExecuteable
cn.wensiqun.asmsupport.operators.AbstractOperator
cn.wensiqun.asmsupport.operators.asmdirect.ASMDirect
cn.wensiqun.asmsupport.operators.asmdirect.GOTO
- 所有已实现的接口:
- Executeable
public class GOTO
- extends ASMDirect
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOTO
public GOTO(ProgramBlock block,
org.objectweb.asm.Label label)
verifyArgument
protected void verifyArgument()
- 覆盖:
- 类
AbstractOperator 中的 verifyArgument
checkOutCrement
protected void checkOutCrement()
- 覆盖:
- 类
AbstractOperator 中的 checkOutCrement
checkAsArgument
protected void checkAsArgument()
- 从类
AbstractOperator 复制的描述
- invoke by OperatorFactory
- 覆盖:
- 类
AbstractOperator 中的 checkAsArgument
executing
protected void executing()
- 指定者:
- 类
AbstractOperator 中的 executing
Copyright © 2013. All Rights Reserved.