cn.wensiqun.asmsupport.operators.numerical.crement
类 AbstractDecrement

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical
              继承者 cn.wensiqun.asmsupport.operators.numerical.crement.AbstractCrement
                  继承者 cn.wensiqun.asmsupport.operators.numerical.crement.AbstractDecrement
所有已实现的接口:
Executeable, Parameterized, PushStackable
直接已知子类:
AfterDecrement, BeforeDecrement

public abstract class AbstractDecrement
extends AbstractCrement

作者:
温斯群(Joe Wen)

字段摘要
 
从类 cn.wensiqun.asmsupport.operators.numerical.crement.AbstractCrement 继承的字段
assigner, factor
 
从类 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical 继承的字段
operator, resultClass
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected AbstractDecrement(ProgramBlock block, Crementable factor)
           
 
方法摘要
 void executing()
           
 
从类 cn.wensiqun.asmsupport.operators.numerical.crement.AbstractCrement 继承的方法
after, afterInitProperties, asArgument, before, checkAsArgument, checkOutCrement, factorToStack, getValue, loadToStack, verifyArgument
 
从类 cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical 继承的方法
getParamterizedType
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
autoCast, beforeInitProperties, checkUnreachableCode, execute, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractDecrement

protected AbstractDecrement(ProgramBlock block,
                            Crementable factor)
方法详细信息

executing

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


Copyright © 2013. All Rights Reserved.