|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RETRAN | +--Expression | +--LeExpression
An expression that relates two operands under '<='
Field Summary | |
private Expression |
left
|
private Expression |
right
|
Constructor Summary | |
LeExpression(Expression l,
Expression r)
Constructs an LeExpression. |
Method Summary | |
void |
JGen()
Generates java source code for the not equal expression. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Expression left
private Expression right
Constructor Detail |
public LeExpression(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 |