Framework Professional Edition Package


net.sourceforge.jeval
Class ExpressionOperator

java.lang.Object
  extended by net.sourceforge.jeval.ExpressionOperator

public class ExpressionOperator
extends java.lang.Object

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

ExpressionOperator

public ExpressionOperator(net.sourceforge.jeval.operator.Operator operator,
                          net.sourceforge.jeval.operator.Operator unaryOperator)
Creates a new ExpressionOperator.

Parameters:
operator - The operator this object represents.
unaryOperator - The unary operator for this object.
Method Detail

getOperator

public net.sourceforge.jeval.operator.Operator getOperator()
Returns the operator for this object.

Returns:
The operator for this object.

getUnaryOperator

public net.sourceforge.jeval.operator.Operator getUnaryOperator()
Returns the unary operator for this object.

Returns:
The unary operator for this object.

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved