cn.wensiqun.asmsupport.operators.logical
类 ConditionOperator
java.lang.Object
cn.wensiqun.asmsupport.definition.AbstractExecuteable
cn.wensiqun.asmsupport.operators.AbstractOperator
cn.wensiqun.asmsupport.operators.logical.AbstractLogical
cn.wensiqun.asmsupport.operators.logical.BinaryLogical
cn.wensiqun.asmsupport.operators.logical.ConditionOperator
- 所有已实现的接口:
- Executeable, Parameterized, PushStackable
- 直接已知子类:
- ShortCircuitAnd, ShortCircuitOr
public abstract class ConditionOperator
- extends BinaryLogical
- 作者:
- 温斯群(Joe Wen)
|
字段摘要 |
protected org.objectweb.asm.Label |
falseLbl
|
protected org.objectweb.asm.Label |
trueLbl
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trueLbl
protected org.objectweb.asm.Label trueLbl
falseLbl
protected org.objectweb.asm.Label falseLbl
ConditionOperator
protected ConditionOperator(ProgramBlock block,
Parameterized factor1,
Parameterized factor2)
executing
protected void executing()
- 覆盖:
- 类
AbstractLogical 中的 executing
Copyright © 2013. All Rights Reserved.