php-parser/lib/PHPParser/Node/Expr
2011-08-11 08:57:13 +02:00
..
Array.php Add specialized constructors for assignment operations 2011-08-11 08:35:10 +02:00
ArrayCast.php Add specialized constructors for Expr_Array*, make Variable an Expr 2011-08-11 08:13:01 +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 Rename Bin[ary] to Bitwise (which is the correct name) 2011-08-11 08:42:28 +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
BoolCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
BooleanAnd.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
BooleanNot.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
BooleanOr.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ClassConstFetch.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Clone.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Concat.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ConstFetch.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Div.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
DoubleCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Empty.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Equal.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
ErrorSuppress.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Eval.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Exit.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
FuncCall.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
FuncCallArg.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +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 Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Instanceof.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
IntCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Isset.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
LambdaFunc.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
LambdaFuncUse.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
List.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +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 Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +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 Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +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
ObjectCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Plus.php Add specialized constructor for binary operators 2011-08-11 08:57:13 +02:00
PostDec.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
PostInc.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
PreDec.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
PreInc.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Print.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
PropertyFetch.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
ShellExec.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +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 Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
StaticPropertyFetch.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
StringCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Ternary.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
UnaryMinus.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
UnaryPlus.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
UnsetCast.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00