|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.gettext.expr.BinaryExpr
public abstract class BinaryExpr
| Field Summary | |
|---|---|
protected Expr |
_left
|
protected Expr |
_right
|
| Constructor Summary | |
|---|---|
BinaryExpr(Expr left,
Expr right)
|
|
| Method Summary | |
|---|---|
abstract int |
eval(int n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Expr _left
protected Expr _right
| Constructor Detail |
|---|
public BinaryExpr(Expr left,
Expr right)
| Method Detail |
|---|
public abstract int eval(int n)
eval in interface Expr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||