com.bea.p13n.expression.operator
Interface UnaryOperator

All Known Implementing Classes:
ClassForName, ClassGetName, LogicalNot, MathAbs, MathAcos, MathAsin, MathAtan, MathCeil, MathCos, MathExp, MathFloor, MathLog, MathRint, MathRound, MathSin, MathSqrt, MathTan, MathToDegrees, MathToRadians, ObjectGetClass, ObjectHashCode, ObjectToString, StringLength, StringToLowerCase, StringToUpperCase, StringTrim, SystemGetProperty

public interface UnaryOperator

An interface for concrete unary operator classes.


Field Summary
static int UNARY_OPERAND_INDEX
          The index of unary operand.
 
Method Summary
 Object getOperand()
          Returns unary operand.
 

Field Detail

UNARY_OPERAND_INDEX

static final int UNARY_OPERAND_INDEX
The index of unary operand.

See Also
Constants Summary
Method Detail

getOperand

Object getOperand()
Returns unary operand.

Returns
An unary operand.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.