cn.wensiqun.asmsupport.operators.logical
类 BinaryLogical
java.lang.Object
cn.wensiqun.asmsupport.definition.AbstractExecuteable
cn.wensiqun.asmsupport.operators.AbstractOperator
cn.wensiqun.asmsupport.operators.logical.AbstractLogical
cn.wensiqun.asmsupport.operators.logical.BinaryLogical
- 所有已实现的接口:
- Executeable, Parameterized, PushStackable
- 直接已知子类:
- ConditionOperator, LogicalAnd, LogicalOr, LogicalXor
public abstract class BinaryLogical
- extends AbstractLogical
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factor1
protected Parameterized factor1
factor2
protected Parameterized factor2
BinaryLogical
protected BinaryLogical(ProgramBlock block,
Parameterized factor1,
Parameterized factor2)
verifyArgument
protected void verifyArgument()
- 覆盖:
- 类
AbstractOperator 中的 verifyArgument
checkOutCrement
protected void checkOutCrement()
- 覆盖:
- 类
AbstractOperator 中的 checkOutCrement
checkAsArgument
protected void checkAsArgument()
- 从类
AbstractOperator 复制的描述
- invoke by OperatorFactory
- 覆盖:
- 类
AbstractOperator 中的 checkAsArgument
execute
public void execute()
- 从接口
Executeable 复制的描述
- 执行
- 指定者:
- 接口
Executeable 中的 execute - 覆盖:
- 类
AbstractOperator 中的 execute
factorToStack
protected void factorToStack()
- 指定者:
- 类
AbstractLogical 中的 factorToStack
Copyright © 2013. All Rights Reserved.