php-parser/lib/PhpParser/Node/Stmt
Nikita Popov d341d94976 Add ClassLike::getMethod($name)
To allow getting individual method with a given name.
2015-07-14 17:07:45 +02:00
..
TraitUseAdaptation Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Break_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Case_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Catch_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Class_.php Make special class name checks case insensitive 2015-04-26 23:13:27 +02:00
ClassConst.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassLike.php Add ClassLike::getMethod($name) 2015-07-14 17:07:45 +02:00
ClassMethod.php Fix implicit visibility for properties as well 2015-07-05 20:17:52 +02:00
Const_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Continue_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Declare_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
DeclareDeclare.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Do_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Echo_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Else_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ElseIf_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
For_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Foreach_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Function_.php Fix returnType typehints 2015-07-02 18:06:41 +02:00
Global_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Goto_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
HaltCompiler.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
If_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
InlineHTML.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Interface_.php Make special class name checks case insensitive 2015-04-26 23:13:27 +02:00
Label.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Namespace_.php Make special class name checks case insensitive 2015-04-26 23:13:27 +02:00
Property.php Fix implicit visibility for properties as well 2015-07-05 20:17:52 +02:00
PropertyProperty.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Return_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Static_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticVar.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Switch_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Throw_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Trait_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TraitUse.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TraitUseAdaptation.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TryCatch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Unset_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Use_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UseUse.php Make special class name checks case insensitive 2015-04-26 23:13:27 +02:00
While_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00