Commit Graph

72 Commits

Author SHA1 Message Date
Vadym Slizov
c0465f9605
refactoring: remove "StmtTraitMethodRef" node 2020-12-28 10:47:09 +02:00
Vadym Slizov
c29e8ec0e0
refactoring: update ast structure of "Class", "Interface" and "Trait" nodes 2020-12-28 10:10:24 +02:00
Vadym Slizov
2990f0cc2d
refactoring: create "ScalarEncapsedStringBrackets" node 2020-12-28 00:53:48 +02:00
Vadym Slizov
38141ce97f
refactoring: create "ScalarEncapsedStringVar" node 2020-12-28 00:38:39 +02:00
Vadym Slizov
e4321b5e90
refactoring: create "ExprBrackets" node 2020-12-28 00:02:14 +02:00
Vadym Slizov
ad884c99df
refactoring: update ast structure of "StaticCall" node 2020-12-27 23:19:49 +02:00
Vadym Slizov
0f2341bfa9
refactoring: update ast structure of "MethodCall" and "PropertyFetch" nodes 2020-12-27 23:04:09 +02:00
Vadym Slizov
2c09138600
refactoring: update ast structure of "Variable" node 2020-12-27 21:55:36 +02:00
Vadym Slizov
69919594fd
refactoring: short int cast 2020-12-26 22:48:02 +02:00
Vadym Slizov
115d481a57
refactoring: update ast structure of "IncludeOnce" node 2020-12-26 22:44:14 +02:00
Vadym Slizov
616fd4448e
refactoring: rename DieTkn to ExitTkn 2020-12-26 22:41:25 +02:00
Vadym Slizov
a593760569
refactoring: remove ExprReference node 2020-12-26 22:38:35 +02:00
Vadym Slizov
0f5f5e7dc7
refactoring: update ast structure of "ArrayItem" node 2020-12-26 20:13:50 +02:00
Vadym Slizov
8bf1fa822d
refactoring: update ast structure of "Foreach" node 2020-12-26 19:38:45 +02:00
Vadym Slizov
b85bae2ec1
refactoring: update ast structure of "Closure" and "ClosureUse" nodes 2020-12-26 18:20:10 +02:00
Vadym Slizov
03c7979ccd
refactoring: remove StmtTraitAdaptationList node 2020-12-20 23:04:23 +02:00
Vadym Slizov
74b0949255
refactoring: test variable formatter 2020-12-20 22:11:16 +02:00
Vadym Slizov
7b8b1ce7b9
refactoring: update formatter 2020-12-20 01:28:47 +02:00
Vadym Slizov
6941f0f51b
[refactoring] rename dumper 2020-12-12 12:09:39 +02:00
Vadym Slizov
5291529a37
[refactoring] fix typo 2020-12-11 17:29:22 +02:00
Vadym Slizov
45ded326d0
[refactoring] remove ParserSeparatedList from visitor 2020-12-11 17:17:13 +02:00
Vadym Slizov
632146f98e
[refactoring] update dumper 2020-12-11 13:28:16 +02:00
Vadym Slizov
60433615a9
[refactoring] fix namespaceResolver tests 2020-12-11 10:05:02 +02:00
Vadym Slizov
497e7f82ee
[refactoring] update printer 2020-12-11 09:54:26 +02:00
Vadym Slizov
8064d940f0
[refactoring] update Token structure 2020-12-08 01:54:05 +02:00
Vadym Slizov
20a42da7c9
[refactoring] remove general Node struct 2020-12-08 00:04:12 +02:00
Vadym Slizov
40b944a272
[refactoring] update ast structure of "ClassConstList", "Constant", "Use", "GroupUse", "UseDeclaration", "Closure", "Name", "FullyQualified", "Relative" and "NamePart" nodes 2020-12-04 14:38:47 +02:00
Vadym Slizov
f3203c0b5f
[refactoring] update ast structure of "Parameter", "Class", "FunctionCall", "MethodCall", "New" and "StaticCall" nodes 2020-12-04 11:36:12 +02:00
Vadym Slizov
df1626b7dc
[refactoring] update ast structure of "Root" and "Class" nodes 2020-12-04 11:02:38 +02:00
Vadym Slizov
9b122de8bf
[refactoring] update ast structure of "Eval", "Exit", "FunctionCall", "Include" and "IncludeOnce" nodes 2020-12-01 11:58:09 +02:00
Vadym Slizov
4b8d431767
[refactoring] update ast structure of "ArrayDimFetch" and "ArrayItem" nodes 2020-12-01 00:43:03 +02:00
Vadym Slizov
47b974a3a4
[refactoring] update ast structure of "array" and "list" nodes 2020-11-30 23:42:56 +02:00
Vadym Slizov
2d6ae3a9a2
[refactoring] update ast structure of "ClassMethod", "Function", "ArrowFunction" and "Closure" nodes 2020-11-22 14:26:24 +02:00
Vadym Slizov
4c54c56af5
[refactoring] update ast structure of "ClassExtends", "ClassImplements", "InterfaceExtends", "StmtTraitUse" and "StmtTraitUsePrecedence" nodes 2020-11-22 13:02:36 +02:00
Vadym Slizov
e6a23dfa3a
[refactoring] update ast structure of "Encapsed", "EncapsedStringPart" and "Heredoc" nodes 2020-11-20 23:36:45 +02:00
Vadym Slizov
7e2965f53b
[refactoring] update ast structure of "Argument" and "ArgumentList" nodes 2020-11-20 22:57:27 +02:00
Vadym Slizov
94aa9cf829 [refactoring] update ast structure of "Goto" and "Label" nodes 2020-09-17 16:49:54 +03:00
Vadym Slizov
48aaa7cc47 [refactoring] update ast structure of "Throw" node 2020-09-17 16:37:34 +03:00
Vadym Slizov
80aa328386 [refactoring] update ast structure of "Try", "Catch" and "Finally" nodes 2020-09-14 20:15:50 +03:00
Vadym Slizov
33af1df9c4 [refactoring] update ast structure of "Nop" node 2020-09-14 19:34:02 +03:00
Vadym Slizov
e78f0dc650 [refactoring] update ast structure of "Declare" and "ConstList" nodes 2020-09-14 19:25:38 +03:00
Vadym Slizov
69bc0af2be [refactoring] update ast structure of "Foreach" node 2020-09-14 18:36:55 +03:00
Vadym Slizov
62fc16da97 [refactoring] update ast structure of "Unset" node 2020-09-14 17:19:17 +03:00
Vadym Slizov
8b4d65ac4d [refactoring] update ast structure of "InlinHtml" node 2020-09-14 16:36:01 +03:00
Vadym Slizov
7678303cb9 [refactoring] update ast structure of "Echo" node 2020-09-10 23:11:08 +03:00
Vadym Slizov
3f12ada311 [refactoring] update ast structure of "Static", "Global" and "StaticVar" nodes 2020-09-09 22:56:04 +03:00
Vadym Slizov
59ef622082 [refactoring] update ast structure of "Return" node 2020-09-06 13:09:00 +03:00
Vadym Slizov
e817f8dd8d [refactoring] update ast structure of "Break", "Continue" nodes 2020-09-06 13:02:13 +03:00
Vadym Slizov
f6cb2bff4d [refactoring] update ast structure of "Switch", "Case", "Default" nodes; remove "CaseList" node 2020-09-06 12:49:08 +03:00
Vadym Slizov
0e73cd8852 [refactoring] update ast structure of "For" node 2020-09-04 11:37:17 +03:00