cn.wensiqun.asmsupport.operators.array
类 ArrayStorer

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.array.AbstractArrayOperator
              继承者 cn.wensiqun.asmsupport.operators.array.ArrayStorer
所有已实现的接口:
Executeable

public class ArrayStorer
extends AbstractArrayOperator

作者:
温斯群(Joe Wen)

字段摘要
 
从类 cn.wensiqun.asmsupport.operators.array.AbstractArrayOperator 继承的字段
arrayReference, parDims
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected ArrayStorer(ProgramBlock block, Parameterized arrayReference, Parameterized value, Parameterized pardim, Parameterized... parDims)
           
 
方法摘要
protected  void checkAsArgument()
          invoke by OperatorFactory
 void executing()
           
protected  void verifyArgument()
           
 
从类 cn.wensiqun.asmsupport.operators.array.AbstractArrayOperator 继承的方法
checkOutCrement, getValue
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
afterInitProperties, autoCast, beforeInitProperties, checkUnreachableCode, execute, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ArrayStorer

protected ArrayStorer(ProgramBlock block,
                      Parameterized arrayReference,
                      Parameterized value,
                      Parameterized pardim,
                      Parameterized... parDims)
方法详细信息

checkAsArgument

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

覆盖:
AbstractArrayOperator 中的 checkAsArgument

verifyArgument

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

executing

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


Copyright © 2013. All Rights Reserved.