|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RETRAN | +--Expression | +--NeqExpression
An expression that relates two operands under '<>'
Field Summary | |
private Expression |
left
|
private Expression |
right
|
Constructor Summary | |
NeqExpression(Expression l,
Expression r)
Constructs an NeqExpression. |
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 NeqExpression(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 |