Class Positive
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.constExpr.Expression
-
- com.sun.tools.corba.ee.idl.constExpr.UnaryExpr
-
- com.sun.tools.corba.ee.idl.constExpr.Positive
-
public class Positive extends UnaryExpr
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Positive(Expression operand)
-
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.UnaryExpr
op, op, operand, operand
-
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
-
Positive
protected Positive(Expression operand)
-
-
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
-
-