com.caucho.quercus.expr
Class FunIncludeExprPro
java.lang.Object
com.caucho.quercus.expr.Expr
com.caucho.quercus.expr.AbstractUnaryExpr
com.caucho.quercus.expr.FunIncludeExpr
com.caucho.quercus.expr.FunIncludeExprPro
- All Implemented Interfaces:
- ExprPro
public class FunIncludeExprPro
- extends FunIncludeExpr
- implements ExprPro
Represents a PHP include statement
| Methods inherited from class com.caucho.quercus.expr.Expr |
assign, canRead, createAssign, createAssignFrom, createAssignRef, createCall, createClassConst, createClassField, createClassField, createCopy, createDeref, createFieldGet, createFieldGet, createIsset, createRef, createUnset, evalArg, evalArgs, evalArray, evalArrayAssign, evalAssignRef, evalAssignValue, evalBoolean, evalChar, evalConstant, evalConstantPrefix, evalConstantSuffix, evalCopy, evalDirty, evalDouble, evalIsset, evalLong, evalObject, evalPostIncrement, evalPreIncrement, evalRef, evalString, evalStringValue, evalTop, evalUnsetArray, evalValue, evalVar, getFileName, getFunctionLocation, getLine, getLocation, getLocationLine, isArray, isAssign, isBoolean, isConstant, isDouble, isFalse, isLiteral, isLong, isNumber, isRef, isString, isTrue, isVar, print |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunIncludeExprPro
public FunIncludeExprPro(Location location,
Path sourceFile,
Expr expr)
FunIncludeExprPro
public FunIncludeExprPro(Location location,
Path sourceFile,
Expr expr,
boolean isRequire)
FunIncludeExprPro
public FunIncludeExprPro(Path sourceFile,
Expr expr)
FunIncludeExprPro
public FunIncludeExprPro(Path sourceFile,
Expr expr,
boolean isRequire)
getGenerator
public ExprGenerator getGenerator()
- Description copied from interface:
ExprPro
- Returns the expression's generator.
- Specified by:
getGenerator in interface ExprPro