| java.lang.Object javax.management.QueryEval javax.management.BinaryOpValueExp
BinaryOpValueExp | class BinaryOpValueExp extends QueryEval implements ValueExp(Code) | | A Binary Operation that is an arguement to a query.
Revisions:
20020314 Adrian Brock:
- Added human readable string representation.
20020317 Adrian Brock:
author: Adrian Brock. version: $Revision: 57200 $ |
BinaryOpValueExp | public BinaryOpValueExp()(Code) | | |
BinaryOpValueExp | public BinaryOpValueExp(int operation, ValueExp first, ValueExp second)(Code) | | Construct a binary operation value
Parameters: operation - the operation as defined in Query Parameters: first - the first expression in the operation Parameters: second - the second expression in the operation |
|
|