|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jeval.ExpressionOperand
public class ExpressionOperand
Represents an operand being processed in the expression.
| Constructor Summary | |
|---|---|
ExpressionOperand(java.lang.String value,
net.sourceforge.jeval.operator.Operator unaryOperator)
Create a new ExpressionOperand. |
|
| Method Summary | |
|---|---|
net.sourceforge.jeval.operator.Operator |
getUnaryOperator()
Returns the unary operator for this object. |
java.lang.String |
getValue()
Returns the value of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionOperand(java.lang.String value,
net.sourceforge.jeval.operator.Operator unaryOperator)
value - The value for the new ExpressionOperand.unaryOperator - The unary operator for this object.| Method Detail |
|---|
public java.lang.String getValue()
public net.sourceforge.jeval.operator.Operator getUnaryOperator()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||