php-parser/lib/PhpParser
2017-10-15 22:20:52 +02:00
..
Builder Remove workarounds for reserved keyword method names 2017-09-02 20:08:20 +02: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 implementation of Myers differ 2017-10-05 21:53:45 +02:00
Lexer Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Node Move IdentifierTest where it belongs 2017-10-06 15:07:35 +02:00
NodeVisitor Fix documentation for "replaceNodes" option in NameResolver (#425) 2017-10-15 22:20:52 +02:00
Parser Merge branch '3.x' 2017-10-01 16:55:54 +02:00
PrettyPrinter Move leading space out of pStmt_Else 2017-10-06 14:56:59 +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 Add strict_types to lib code 2017-08-18 23:00:13 +02: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 Implement JsonDecoder 2017-08-18 23:56:12 +02:00
Lexer.php Remove PHP 5 substr() workaround 2017-09-29 17:51:44 +02: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 Merge branch '3.x' 2017-08-29 23:15:04 +02:00
ParserFactory.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
PrettyPrinterAbstract.php FPPP: Consolidate indentation levels 2017-10-06 18:21:08 +02:00
TokenStream.php Extract TokenStream class from pretty printer 2017-09-03 18:54:22 +02:00