|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wugle.expression.AbstractExpression | +--wugle.expression.AbstractValue | +--wugle.expression.logic.Literal
Field Summary |
Fields inherited from class wugle.expression.AbstractExpression |
log, operation |
Constructor Summary | |
Literal(java.lang.String symbol)
|
Method Summary | |
DoubleNegatable |
doubleNegate()
|
Methods inherited from class wugle.expression.AbstractValue |
getValue, isEqual |
Methods inherited from class wugle.expression.AbstractExpression |
clone, getParent, getSymbol, setParent, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wugle.expression.Expression |
clone, getParent, getSymbol, isEqual, setParent |
Constructor Detail |
public Literal(java.lang.String symbol)
Method Detail |
public DoubleNegatable doubleNegate()
doubleNegate
in interface DoubleNegatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |