From 41f435ef2f82a049dea60f71f8d5311a703c7927 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Sep 2017 17:40:36 +0200 Subject: Update to 0.5.3 open https://github.com/weltling/parle/pull/8 - cxx extension drop devel sub-package open https://github.com/weltling/parle/pull/7 - PHP 7.2 build error --- REFLECTION | 100 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 51 insertions(+), 49 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e6bc66b..49c000a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,50 @@ -Extension [ extension #115 parle version 0.5.1 ] { +Extension [ extension #115 parle version 0.5.3 ] { + + - Classes [8] { + Class [ class Parle\ErrorInfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $id ] + Property [ public $token ] + } + + - Methods [0] { + } + } + + Class [ class Parle\Token ] { + + - Constants [3] { + Constant [ integer EOI ] { 0 } + Constant [ integer UNKNOWN ] { -1 } + Constant [ integer SKIP ] { -2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $id ] + Property [ public $value ] + Property [ public $offset ] + } + + - Methods [0] { + } + } - - Classes [6] { Class [ class Parle\Lexer ] { - Constants [5] { @@ -20,7 +64,7 @@ Extension [ extension #115 parle version 0.5.1 ] { - Properties [0] { } - - Methods [13] { + - Methods [10] { Method [ public method push ] { } @@ -28,7 +72,7 @@ Extension [ extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } Method [ public method build ] { @@ -44,33 +88,12 @@ Extension [ extension #115 parle version 0.5.1 ] { } } - Method [ public method skip ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ public method eoi ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method advance ] { - Parameters [0] { } } - Method [ public method npos ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method bol ] { - Parameters [1] { @@ -124,7 +147,7 @@ Extension [ extension #115 parle version 0.5.1 ] { - Properties [0] { } - - Methods [15] { + - Methods [12] { Method [ public method push ] { } @@ -132,7 +155,7 @@ Extension [ extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } Method [ public method build ] { @@ -148,33 +171,12 @@ Extension [ extension #115 parle version 0.5.1 ] { } } - Method [ public method skip ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ public method eoi ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method advance ] { - Parameters [0] { } } - Method [ public method npos ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method bol ] { - Parameters [1] { @@ -365,7 +367,7 @@ Extension [ extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } } } -- cgit