1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser
2018-01-10 18:57:48 +01:00
..
Builder Drop two more getType() usages in builders 2017-11-13 00:24:01 +01:00
Comment Add strict_types to lib code 2017-08-18 23:00:13 +02:00
ErrorHandler Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Internal add missing strict_types to lib 2017-11-03 13:24:19 +01:00
Lexer Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Node Add public visibility to getType method (#463) 2018-01-10 18:57:48 +01:00
NodeVisitor Fix documentation for "replaceNodes" option in NameResolver (#425) 2017-10-15 22:20:52 +02:00
Parser Fix nNextFreeElement for arrays with trailing comma 2017-12-26 21:17:36 +01:00
PrettyPrinter Extract pSingleQuotedString as an extension point 2017-12-01 18:31:21 +01:00
Autoloader.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Builder.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
BuilderFactory.php Remove workarounds for reserved keyword method names 2017-09-02 20:08:20 +02:00
BuilderHelpers.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Comment.php Use fully-qualified names for global constant references 2017-11-10 23:33:12 +01:00
ConstExprEvaluationException.php Add constant expression evaluator (#402) 2017-09-30 18:56:44 +02:00
ConstExprEvaluator.php Add constant expression evaluator (#402) 2017-09-30 18:56:44 +02:00
Error.php Combine issets (#460) 2018-01-04 13:36:01 +01:00
ErrorHandler.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
JsonDecoder.php Store start token position in comments 2017-11-04 17:45:14 +01:00
Lexer.php Merge branch '3.x' 2017-11-13 01:15:38 +01:00
NameContext.php Use fully-qualified names for global constant references 2017-11-10 23:33:12 +01:00
Node.php Add get{Start,End}{Line,TokenPos,FilePos}() methods 2017-09-29 17:34:15 +02:00
NodeAbstract.php Add explicit getType() methods 2017-11-12 21:27:14 +01:00
NodeDumper.php Add get{Start,End}{Line,TokenPos,FilePos}() methods 2017-09-29 17:34:15 +02:00
NodeFinder.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
NodeTraverser.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
NodeTraverserInterface.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
NodeVisitor.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
NodeVisitorAbstract.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Parser.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
ParserAbstract.php Rename YYNLSTATES to numNonLeafStates 2017-11-12 16:09:00 +01:00
ParserFactory.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
PrettyPrinterAbstract.php FPPP: Add heuristic for multi-line lists 2017-12-26 21:14:36 +01:00
TokenStream.php Use fully-qualified names for global constant references 2017-11-10 23:33:12 +01:00