|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RETRAN | +--Expression | +--GtExpression
An expression that relates two operands under '>'
Field Summary | |
private Expression |
left
|
private Expression |
right
|
Constructor Summary | |
GtExpression(Expression l,
Expression r)
Constructs a GtExpression. |
Method Summary | |
void |
JGen()
Generates java source code for the greater than expression. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Expression left
private Expression right
Constructor Detail |
public GtExpression(Expression l, Expression r)
l
- the left operandr
- the right operandMethod Detail |
public void JGen()
JGen
in class RETRAN
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |