1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser
2017-11-04 18:13:00 +01:00
..
Builder Merge branch '3.x' 2017-11-04 12:45:04 +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 ClassMethod stmts property can be null (#435) 2017-11-04 12:38:45 +01:00
NodeVisitor Fix documentation for "replaceNodes" option in NameResolver (#425) 2017-10-15 22:20:52 +02:00
Parser Fix trait alias to semi-reserved name parsing 2017-10-29 14:15:48 +01:00
PrettyPrinter FPPP: Support modifier changes (#428) 2017-10-25 22:27:29 +02: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 Store start token position in comments 2017-11-04 17:45:14 +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 Add strict_types to lib code 2017-08-18 23:00:13 +02: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 Store start token position in comments 2017-11-04 17:45:14 +01:00
NameContext.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Node.php Add get{Start,End}{Line,TokenPos,FilePos}() methods 2017-09-29 17:34:15 +02:00
NodeAbstract.php Add get{Start,End}{Line,TokenPos,FilePos}() methods 2017-09-29 17:34:15 +02: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 Ensure nodes have full complement of location info 2017-11-04 18:13:00 +01:00
ParserFactory.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
PrettyPrinterAbstract.php FPPP: Graceful handling of comment changes 2017-11-04 17:56:11 +01:00
TokenStream.php Extract TokenStream class from pretty printer 2017-09-03 18:54:22 +02:00