|
||||||||||
| 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.AbstractBinaryGenerateExpr
public abstract class AbstractBinaryGenerateExpr
Common analysis for a PHP binary expression.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.expr.ExprGenerator |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
AbstractBinaryGenerateExpr(Location location)
|
|
| Method Summary | |
|---|---|
ExprType |
analyze(AnalyzeInfo info)
Analyze the expression |
abstract ExprGenerator |
getLeft()
Returns the left expression. |
abstract ExprGenerator |
getRight()
Returns the right expression. |
boolean |
isVarAssigned(VarExprPro 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 AbstractBinaryGenerateExpr(Location location)
| Method Detail |
|---|
public abstract ExprGenerator getLeft()
public abstract ExprGenerator getRight()
public ExprType analyze(AnalyzeInfo info)
analyze in class ExprGeneratorpublic boolean isVarAssigned(VarExprPro var)
var - the variable to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||