php-parser/lib/PHPParser/Node/Expr
nikic 417a8bb07e Add support for yield expressions (PHP 5.5)
This adds a new Yield expression type, with subnodes key and value.
2012-09-07 23:41:57 +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 Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ArrayDimFetch.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ArrayItem.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Assign.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignBitwiseAnd.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignBitwiseOr.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignBitwiseXor.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignConcat.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignDiv.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignMinus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignMod.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignMul.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignPlus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignRef.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignShiftLeft.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
AssignShiftRight.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BitwiseAnd.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BitwiseNot.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BitwiseOr.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BitwiseXor.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BooleanAnd.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BooleanNot.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
BooleanOr.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Cast.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ClassConstFetch.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Clone.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Closure.php Fix some doc comments 2012-09-07 23:41:54 +02:00
ClosureUse.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Concat.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ConstFetch.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Div.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Empty.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Equal.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ErrorSuppress.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Eval.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Exit.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
FuncCall.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Greater.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
GreaterOrEqual.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Identical.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Include.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Instanceof.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Isset.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
List.php Add support for list() in foreach (PHP 5.5) 2012-09-07 23:41:55 +02:00
LogicalAnd.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
LogicalOr.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
LogicalXor.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
MethodCall.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Minus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Mod.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Mul.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
New.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
NotEqual.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
NotIdentical.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Plus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
PostDec.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
PostInc.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
PreDec.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
PreInc.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Print.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
PropertyFetch.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ShellExec.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ShiftLeft.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
ShiftRight.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Smaller.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
SmallerOrEqual.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
StaticCall.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
StaticPropertyFetch.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Ternary.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
UnaryMinus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
UnaryPlus.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Variable.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Yield.php Add support for yield expressions (PHP 5.5) 2012-09-07 23:41:57 +02:00