php-parser/lib/PhpParser/Node/Expr/AssignOp
Nikita Popov 1c11626f0a Add explicit getType() methods
Rather than automatically deriving getType() from the class name.
2017-11-12 21:27:14 +01:00
..
BitwiseAnd.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
BitwiseOr.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
BitwiseXor.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Concat.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Div.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Minus.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Mod.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Mul.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Plus.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
Pow.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
ShiftLeft.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
ShiftRight.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00