|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.expr.Expr
com.caucho.quercus.expr.UnaryExpr
public abstract class UnaryExpr
Represents a PHP boolean negation
| Field Summary | |
|---|---|
protected Expr |
_expr
|
| Fields inherited from class com.caucho.quercus.expr.Expr |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
protected |
UnaryExpr(Expr expr)
|
protected |
UnaryExpr(Location location,
Expr expr)
|
| Method Summary | |
|---|---|
Expr |
getExpr()
Returns the child expression. |
| Methods inherited from class com.caucho.quercus.expr.Expr |
|---|
assign, canRead, createAssign, createAssignRef, createCopy, createDeref, createFieldGet, createFieldGet, createIsset, createRef, createUnset, eval, evalArg, evalArray, evalAssign, evalBoolean, evalChar, evalConstant, evalCopy, evalDirty, evalDouble, evalLong, evalObject, evalRef, evalString, evalStringValue, getFileName, getFunctionLocation, getLine, getLocation, getLocationLine, isAssign, isBoolean, isConstant, isDouble, isFalse, isLiteral, isLong, isNumber, isRef, isString, isTrue, print, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Expr _expr
| Constructor Detail |
|---|
protected UnaryExpr(Location location,
Expr expr)
protected UnaryExpr(Expr expr)
| Method Detail |
|---|
public final Expr getExpr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||