jrun.ejb.ejbql
Interface OperatorExpression
- All Superinterfaces:
- Element, Expression
- All Known Subinterfaces:
- ConditionalExpression
- All Known Implementing Classes:
- NaryOperatorExpression, BinaryOperatorExpression, UnaryOperatorExpression
- public interface OperatorExpression
- extends Expression
Behavior common to all expressions containing an operator
than operates on some number of expressions.
- Author:
- Enrique Duvos
getOperator
public Operator getOperator()
getPrintStrings
public java.util.Iterator getPrintStrings()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.