cn.wensiqun.asmsupport.operators.numerical.bitwise
类 BinaryBitwise

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical
              继承者 cn.wensiqun.asmsupport.operators.numerical.bitwise.AbstractBitwise
                  继承者 cn.wensiqun.asmsupport.operators.numerical.bitwise.BinaryBitwise
所有已实现的接口:
Executeable, Parameterized, PushStackable
直接已知子类:
BitAnd, BitOr, BitXor, LeftShift, RightShift, UnsignedRightShift

public abstract class BinaryBitwise
extends AbstractBitwise

作者:
温斯群(Joe Wen)

字段摘要
protected  Parameterized factor1
           
protected  Parameterized factor2
           
 
从类 cn.wensiqun.asmsupport.operators.numerical.bitwise.AbstractBitwise 继承的字段
byOtherUsed
 
从类 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical 继承的字段
operator, resultClass
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected BinaryBitwise(ProgramBlock block, Parameterized factor1, Parameterized factor2)
           
 
方法摘要
protected  void afterInitProperties()
           
protected  void checkAsArgument()
          invoke by OperatorFactory
protected  void checkOutCrement()
           
 void executing()
           
protected  void factorToStack()
          运算因子入栈
protected abstract  void innerRunExe()
           
protected  void verifyArgument()
           
 
从类 cn.wensiqun.asmsupport.operators.numerical.bitwise.AbstractBitwise 继承的方法
asArgument, checkFactor, execute, loadToStack
 
从类 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical 继承的方法
getParamterizedType
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
autoCast, beforeInitProperties, checkUnreachableCode, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

factor1

protected Parameterized factor1

factor2

protected Parameterized factor2
构造方法详细信息

BinaryBitwise

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

verifyArgument

protected void verifyArgument()
覆盖:
AbstractOperator 中的 verifyArgument

checkOutCrement

protected void checkOutCrement()
覆盖:
AbstractOperator 中的 checkOutCrement

checkAsArgument

protected void checkAsArgument()
从类 AbstractOperator 复制的描述
invoke by OperatorFactory

覆盖:
AbstractOperator 中的 checkAsArgument

afterInitProperties

protected void afterInitProperties()
覆盖:
AbstractOperator 中的 afterInitProperties

factorToStack

protected final void factorToStack()
从类 AbstractNumerical 复制的描述
运算因子入栈

指定者:
AbstractNumerical 中的 factorToStack

executing

public final void executing()
指定者:
AbstractOperator 中的 executing

innerRunExe

protected abstract void innerRunExe()


Copyright © 2013. All Rights Reserved.