Class LessThan
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.constExpr.Expression
-
- com.sun.tools.corba.ee.idl.constExpr.BinaryExpr
-
- com.sun.tools.corba.ee.idl.constExpr.LessThan
-
public class LessThan extends BinaryExpr
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LessThan(Expression leftOperand, Expression rightOperand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate()
Compute the value of this expression.-
Methods inherited from class com.sun.tools.corba.ee.idl.constExpr.BinaryExpr
left, left, op, op, right, right
-
Methods inherited from class com.sun.tools.corba.ee.idl.constExpr.Expression
coerceToTarget, defaultType, rep, rep, toSignedTarget, toUnsigned, toUnsignedTarget, type, type, value, value
-
-
-
-
Constructor Detail
-
LessThan
protected LessThan(Expression leftOperand, Expression rightOperand)
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate() throws EvaluationException
Description copied from class:Expression
Compute the value of this expression.- Specified by:
evaluate
in classExpression
- Throws:
EvaluationException
-
-