|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.expr.ExprGenerator
com.caucho.quercus.expr.AbstractUnaryExprGenerator
public abstract class AbstractUnaryExprGenerator
Represents a PHP boolean negation
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.expr.ExprGenerator |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
AbstractUnaryExprGenerator()
|
|
AbstractUnaryExprGenerator(Location location)
|
|
| Method Summary | |
|---|---|
ExprType |
analyze(AnalyzeInfo info)
Analyze the expression |
protected abstract ExprGenerator |
getExpr()
Returns the child expression. |
VarState |
getVarState(VarExprPro var,
VarExprPro owner)
Returns the variables state. |
boolean |
isVarAssigned(VarExpr var)
Returns true if the variable is ever assigned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractUnaryExprGenerator()
public AbstractUnaryExprGenerator(Location location)
| Method Detail |
|---|
protected abstract ExprGenerator getExpr()
public ExprType analyze(AnalyzeInfo info)
analyze in class ExprGenerator
public VarState getVarState(VarExprPro var,
VarExprPro owner)
var - the variables to testowner - the owning expressionpublic boolean isVarAssigned(VarExpr var)
isVarAssigned in class ExprGeneratorvar - the variable to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||