cn.wensiqun.asmsupport.operators.numerical.bitwise
类 UnaryBitwise
java.lang.Object
cn.wensiqun.asmsupport.definition.AbstractExecuteable
cn.wensiqun.asmsupport.operators.AbstractOperator
cn.wensiqun.asmsupport.operators.numerical.AbstractNumerical
cn.wensiqun.asmsupport.operators.numerical.bitwise.AbstractBitwise
cn.wensiqun.asmsupport.operators.numerical.bitwise.UnaryBitwise
- 所有已实现的接口:
- Executeable, Parameterized, PushStackable
- 直接已知子类:
- Inverts
public abstract class UnaryBitwise
- extends AbstractBitwise
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factor
protected Parameterized factor
UnaryBitwise
protected UnaryBitwise(ProgramBlock block,
Parameterized factor)
verifyArgument
protected void verifyArgument()
- 覆盖:
- 类
AbstractOperator 中的 verifyArgument
checkOutCrement
protected void checkOutCrement()
- 覆盖:
- 类
AbstractOperator 中的 checkOutCrement
checkAsArgument
protected void checkAsArgument()
- 从类
AbstractOperator 复制的描述
- invoke by OperatorFactory
- 覆盖:
- 类
AbstractOperator 中的 checkAsArgument
afterInitProperties
protected void afterInitProperties()
- 覆盖:
- 类
AbstractOperator 中的 afterInitProperties
factorToStack
protected final void factorToStack()
- 从类
AbstractNumerical 复制的描述
- 运算因子入栈
- 指定者:
- 类
AbstractNumerical 中的 factorToStack
Copyright © 2013. All Rights Reserved.