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
           
 
从类 cn.wensiqun.asmsupport.operators.logical.BinaryLogical 继承的字段
factor1, factor2
 
从类 cn.wensiqun.asmsupport.operators.logical.AbstractLogical 继承的字段
byOtherUsed, operator
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected ConditionOperator(ProgramBlock block, Parameterized factor1, Parameterized factor2)
           
 
方法摘要
protected  void executing()
           
 
从类 cn.wensiqun.asmsupport.operators.logical.BinaryLogical 继承的方法
checkAsArgument, checkOutCrement, execute, factorToStack, verifyArgument
 
从类 cn.wensiqun.asmsupport.operators.logical.AbstractLogical 继承的方法
asArgument, executingProcess, getParamterizedType, loadToStack
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
afterInitProperties, autoCast, beforeInitProperties, checkUnreachableCode, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare
 
从类 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.