php-parser/lib/PHPParser/Node/Expr
2011-08-14 18:26:06 +02:00
..
Cast Rename cast nodes and give them a common Expr_Cast parent (with specialized constructor) 2011-08-11 09:20:25 +02:00
Array.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
ArrayDimFetch.php Add specialized constructors for Expr_Array*, make Variable an Expr 2011-08-11 08:13:01 +02:00
ArrayItem.php Add specialized constructors for Expr_Array*, make Variable an Expr 2011-08-11 08:13:01 +02:00
Assign.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignBitwiseAnd.php Rename Bin[ary] to Bitwise (which is the correct name) 2011-08-11 08:42:28 +02:00
AssignBitwiseOr.php Rename Bin[ary] to Bitwise (which is the correct name) 2011-08-11 08:42:28 +02:00
AssignBitwiseXor.php Rename Bin[ary] to Bitwise (which is the correct name) 2011-08-11 08:42:28 +02:00
AssignConcat.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignDiv.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignMinus.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignMod.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignMul.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignPlus.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignRef.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignShiftLeft.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
AssignShiftRight.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
BitwiseAnd.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
BitwiseNot.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
BitwiseOr.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
BitwiseXor.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
BooleanAnd.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
BooleanNot.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
BooleanOr.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Cast.php Rename cast nodes and give them a common Expr_Cast parent (with specialized constructor) 2011-08-11 09:20:25 +02:00
ClassConstFetch.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Clone.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Concat.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ConstFetch.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Div.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Empty.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Equal.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ErrorSuppress.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Eval.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Exit.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
FuncCall.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
FuncCallArg.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Greater.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
GreaterOrEqual.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Identical.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Include.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Instanceof.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Isset.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
LambdaFunc.php Add specialized constructor for lambdas, too 2011-08-14 18:26:06 +02:00
LambdaFuncUse.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
List.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
LogicalAnd.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
LogicalOr.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
LogicalXor.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
MethodCall.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Minus.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Mod.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Mul.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
New.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
NotEqual.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
NotIdentical.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Plus.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
PostDec.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
PostInc.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
PreDec.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
PreInc.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Print.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
PropertyFetch.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
ShellExec.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
ShiftLeft.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ShiftRight.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
Smaller.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
SmallerOrEqual.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
StaticCall.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
StaticPropertyFetch.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
Ternary.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
UnaryMinus.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00
UnaryPlus.php Add specialized constructors for all expression nodes apart from lambda 2011-08-11 10:25:51 +02:00