|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ssv.test.airbase.contest.DoubleOperations.AriphmeticAction
public abstract static class DoubleOperations.AriphmeticAction
Constructor Summary | |
---|---|
DoubleOperations.AriphmeticAction()
|
Method Summary | |
---|---|
abstract double |
action(double op1,
double op2)
|
double |
action(Expression op1,
Expression op2)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleOperations.AriphmeticAction()
Method Detail |
---|
public double action(Expression op1, Expression op2) throws ParserException
action
in interface DoubleOperations.Action
ParserException
public abstract double action(double op1, double op2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |