cn.wensiqun.asmsupport.operators.logical
类 ShortCircuitAnd

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
                      继承者 cn.wensiqun.asmsupport.operators.logical.ShortCircuitAnd
所有已实现的接口:
Executeable, Parameterized, PushStackable

public class ShortCircuitAnd
extends ConditionOperator

作者:
温斯群(Joe Wen)

字段摘要
 
从类 cn.wensiqun.asmsupport.operators.logical.ConditionOperator 继承的字段
falseLbl, 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 ShortCircuitAnd(ProgramBlock block, Parameterized factor1, Parameterized factor2)
           
 
方法摘要
protected  void executingProcess()
           
 
从类 cn.wensiqun.asmsupport.operators.logical.ConditionOperator 继承的方法
executing
 
从类 cn.wensiqun.asmsupport.operators.logical.BinaryLogical 继承的方法
checkAsArgument, checkOutCrement, execute, factorToStack, verifyArgument
 
从类 cn.wensiqun.asmsupport.operators.logical.AbstractLogical 继承的方法
asArgument, 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
 

构造方法详细信息

ShortCircuitAnd

protected ShortCircuitAnd(ProgramBlock block,
                          Parameterized factor1,
                          Parameterized factor2)
方法详细信息

executingProcess

protected void executingProcess()
指定者:
AbstractLogical 中的 executingProcess


Copyright © 2013. All Rights Reserved.