|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpascalinterpreter.Operator
pascalinterpreter.BinaryOperator
pascalinterpreter.operators.Relational
| Field Summary |
| Fields inherited from class pascalinterpreter.Operator |
OP_REG_VAR_NAME |
| Constructor Summary | |
Relational()
|
|
| Method Summary | |
void |
execute(Variable operandL,
Variable operandR)
|
protected abstract boolean |
isTrue(double opL,
double opR)
Metoda dokonuje sprawdzenia prawdziwości operatora, na parametrach typu double. |
| Methods inherited from class pascalinterpreter.BinaryOperator |
execInitialize, isPossible, makeConversion, parseDouble |
| Methods inherited from class pascalinterpreter.Operator |
getRegistry, setRegistry, setRegistry, setRegistry, setRegistry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Relational()
| Method Detail |
public void execute(Variable operandL,
Variable operandR)
throws InternalException,
RuntimeException
execute in class BinaryOperatorInternalException
RuntimeException
protected abstract boolean isTrue(double opL,
double opR)
opL - - operand lewy.opR - - operand prawy.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||