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