|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.expr.GenerateExpr
com.caucho.quercus.expr.UnaryGenerateExpr
public abstract class UnaryGenerateExpr
Represents a PHP boolean negation
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.expr.GenerateExpr |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
UnaryGenerateExpr(Location location)
|
|
| Method Summary | |
|---|---|
void |
analyze(AnalyzeInfo info)
Analyze the expression |
protected abstract GenerateExpr |
getExpr()
Returns the child expression. |
VarState |
getVarState(ProVarExpr var,
ProVarExpr 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 UnaryGenerateExpr(Location location)
| Method Detail |
|---|
protected abstract GenerateExpr getExpr()
public void analyze(AnalyzeInfo info)
analyze in class GenerateExpr
public VarState getVarState(ProVarExpr var,
ProVarExpr owner)
var - the variables to testowner - the owning expressionpublic boolean isVarAssigned(VarExpr var)
isVarAssigned in class GenerateExprvar - the variable to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||