|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.Expression
math.Operator
public abstract class Operator
Kahden muuttujan (unaarinen) operaattori (tai funktio). Esim. +, -, ...
Field Summary | |
---|---|
protected Expression |
left
|
protected Expression |
right
|
Constructor Summary | |
---|---|
Operator(Expression left,
Expression right)
Luo operaation, jonka operandit annetaan kutsussa. |
Method Summary |
---|
Methods inherited from class math.Expression |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Expression left
protected Expression right
Constructor Detail |
---|
public Operator(Expression left, Expression right) throws java.lang.NullPointerException
left
- vasen operandiright
- oikea operandi
java.lang.NullPointerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |