cn.wensiqun.asmsupport.operators.array
类 AbstractArrayOperator
java.lang.Object
cn.wensiqun.asmsupport.definition.AbstractExecuteable
cn.wensiqun.asmsupport.operators.AbstractOperator
cn.wensiqun.asmsupport.operators.array.AbstractArrayOperator
- 所有已实现的接口:
- Executeable
- 直接已知子类:
- ArrayLength, ArrayLoader, ArrayStorer
public abstract class AbstractArrayOperator
- extends AbstractOperator
- 作者:
- 温斯群(Joe Wen)
| 从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法 |
afterInitProperties, autoCast, beforeInitProperties, checkUnreachableCode, execute, executing, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arrayReference
protected Parameterized arrayReference
parDims
protected Parameterized[] parDims
AbstractArrayOperator
protected AbstractArrayOperator(ProgramBlock block,
Parameterized arrayVar)
checkOutCrement
protected final void checkOutCrement()
- 覆盖:
- 类
AbstractOperator 中的 checkOutCrement
checkAsArgument
protected void checkAsArgument()
- 从类
AbstractOperator 复制的描述
- invoke by OperatorFactory
- 覆盖:
- 类
AbstractOperator 中的 checkAsArgument
verifyArgument
protected void verifyArgument()
- 覆盖:
- 类
AbstractOperator 中的 verifyArgument
getValue
protected void getValue()
Copyright © 2013. All Rights Reserved.