com.bea.p13n.expression.operator
Interface UnaryOperator
- All Known Implementing Classes:
- ObjectGetClass, ObjectHashCode, SystemGetProperty, ClassForName, ObjectToString, ClassGetName, LogicalNot, MathLog, MathRint, MathCos, MathCeil, MathAcos, MathSqrt, MathTan, MathAbs, MathAtan, MathFloor, MathToRadians, MathToDegrees, MathExp, MathRound, MathSin, MathAsin, StringTrim, StringToUpperCase, StringToLowerCase, StringLength
- public interface UnaryOperator
An interface for concrete unary operator classes.
Method Summary
|
java.lang.Object |
getOperand()
Returns unary operand. |
UNARY_OPERAND_INDEX
public static final int UNARY_OPERAND_INDEX
- The index of unary operand.
getOperand
public java.lang.Object getOperand()
- Returns unary operand.
- Returns:
- An unary operand.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved