|
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.ExpressionOperator
public class ExpressionOperator
Represents an operator being processed in the expression.
| Constructor Summary | |
|---|---|
ExpressionOperator(net.sourceforge.jeval.operator.Operator operator,
net.sourceforge.jeval.operator.Operator unaryOperator)
Creates a new ExpressionOperator. |
|
| Method Summary | |
|---|---|
net.sourceforge.jeval.operator.Operator |
getOperator()
Returns the operator for this object. |
net.sourceforge.jeval.operator.Operator |
getUnaryOperator()
Returns the unary operator for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionOperator(net.sourceforge.jeval.operator.Operator operator,
net.sourceforge.jeval.operator.Operator unaryOperator)
operator - The operator this object represents.unaryOperator - The unary operator for this object.| Method Detail |
|---|
public net.sourceforge.jeval.operator.Operator getOperator()
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 | ||||||||