cn.wensiqun.asmsupport.operators.numerical.arithmetic
类 Multiplication

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical
              继承者 cn.wensiqun.asmsupport.operators.numerical.arithmetic.AbstractArithmetic
                  继承者 cn.wensiqun.asmsupport.operators.numerical.arithmetic.Multiplication
所有已实现的接口:
Executeable, Parameterized, PushStackable

public class Multiplication
extends AbstractArithmetic
implements Parameterized

multiplication operator

作者:
温斯群(Joe Wen)

字段摘要
 
从类 cn.wensiqun.asmsupport.operators.numerical.arithmetic.AbstractArithmetic 继承的字段
factor1, factor2
 
从类 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical 继承的字段
operator, resultClass
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected Multiplication(ProgramBlock block, Parameterized factor1, Parameterized factor2)
           
 
方法摘要
 void executing()
           
 
从类 cn.wensiqun.asmsupport.operators.numerical.arithmetic.AbstractArithmetic 继承的方法
afterInitProperties, asArgument, checkAsArgument, checkOutCrement, execute, factorToStack, loadToStack, verifyArgument
 
从类 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
 
从接口 cn.wensiqun.asmsupport.Parameterized 继承的方法
asArgument, getParamterizedType
 
从接口 cn.wensiqun.asmsupport.PushStackable 继承的方法
loadToStack
 

构造方法详细信息

Multiplication

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

executing

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


Copyright © 2013. All Rights Reserved.