接口 cn.wensiqun.asmsupport.Crementable
的使用

使用 Crementable 的软件包
cn.wensiqun.asmsupport.block   
cn.wensiqun.asmsupport.block.operator   
cn.wensiqun.asmsupport.definition.variable   
cn.wensiqun.asmsupport.operators.numerical.crement   
 

cn.wensiqun.asmsupport.blockCrementable 的使用
 

参数类型为 Crementablecn.wensiqun.asmsupport.block 中的方法
 AfterDecrement ProgramBlock.afterDec(Crementable crement)
           
 AfterIncrement ProgramBlock.afterInc(Crementable crement)
           
 BeforeDecrement ProgramBlock.beforeDec(Crementable crement)
           
 BeforeIncrement ProgramBlock.beforeInc(Crementable crement)
           
 

cn.wensiqun.asmsupport.block.operatorCrementable 的使用
 

参数类型为 Crementablecn.wensiqun.asmsupport.block.operator 中的方法
 AfterDecrement CrementOperator.afterDec(Crementable crement)
          i--
 AfterIncrement CrementOperator.afterInc(Crementable crement)
          i++
 BeforeDecrement CrementOperator.beforeDec(Crementable crement)
          --i
 BeforeIncrement CrementOperator.beforeInc(Crementable crement)
          ++i
 

cn.wensiqun.asmsupport.definition.variableCrementable 的使用
 

实现 Crementablecn.wensiqun.asmsupport.definition.variable 中的类
 class GlobalVariable
          全局变量。
 class LocalVariable
          全局变量。
 

cn.wensiqun.asmsupport.operators.numerical.crementCrementable 的使用
 

声明为 Crementablecn.wensiqun.asmsupport.operators.numerical.crement 中的字段
protected  Crementable AbstractCrement.factor
           
 

参数类型为 Crementablecn.wensiqun.asmsupport.operators.numerical.crement 中的构造方法
AbstractCrement(ProgramBlock block, Crementable factor)
           
AbstractDecrement(ProgramBlock block, Crementable factor)
           
AbstractIncrement(ProgramBlock block, Crementable factor)
           
AfterDecrement(ProgramBlock block, Crementable factor)
           
AfterIncrement(ProgramBlock block, Crementable factor)
           
BeforeDecrement(ProgramBlock block, Crementable factor)
           
BeforeIncrement(ProgramBlock block, Crementable factor)
           
 



Copyright © 2013. All Rights Reserved.