|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.gettext.expr.IfExpr
public class IfExpr
| Field Summary | |
|---|---|
protected Expr |
_falseExpr
|
protected Expr |
_testExpr
|
protected Expr |
_trueExpr
|
| Constructor Summary | |
|---|---|
IfExpr(Expr testExpr,
Expr trueExpr,
Expr falseExpr)
|
|
| Method Summary | |
|---|---|
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 _testExpr
protected Expr _trueExpr
protected Expr _falseExpr
| Constructor Detail |
|---|
public IfExpr(Expr testExpr,
Expr trueExpr,
Expr falseExpr)
| Method Detail |
|---|
public int eval(int n)
eval in interface Expr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||