|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for concrete binary operator classes.
Field Summary | |
static int |
LHS_INDEX
The index of left hand side operand of this binary operator. |
static int |
RHS_INDEX
The index of right hand side operand of this binary operator. |
Method Summary | |
java.lang.Object |
getLeftHandSide()
Returns left hand side operand of this binary operator. |
java.lang.Object |
getRightHandSide()
Returns right hand side operand of this binary operator. |
Field Detail |
public static final int LHS_INDEX
public static final int RHS_INDEX
Method Detail |
public java.lang.Object getLeftHandSide()
public java.lang.Object getRightHandSide()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |