From 99fb05b855e082a090b5559d9f4d9db494860ccb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2017 06:58:01 +0200 Subject: v0.6.2 --- REFLECTION | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 774e8c7..30358fe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 parle version 0.6.1 ] { +Extension [ extension #115 parle version 0.6.2 ] { - Classes [9] { Class [ class Parle\ErrorInfo ] { @@ -12,8 +12,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ public $id ] + Property [ public $position ] Property [ public $token ] } @@ -25,8 +26,8 @@ Extension [ extension #115 parle version 0.6.1 ] { - Constants [3] { Constant [ integer EOI ] { 0 } - Constant [ integer UNKNOWN ] { -1 } - Constant [ integer SKIP ] { -2 } + Constant [ integer UNKNOWN ] { 65535 } + Constant [ integer SKIP ] { 65534 } } - Static properties [0] { @@ -35,10 +36,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [2] { Property [ public $id ] Property [ public $value ] - Property [ public $offset ] } - Methods [0] { @@ -61,7 +61,12 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ public $bol ] + Property [ public $flags ] + Property [ public $state ] + Property [ public $marker ] + Property [ public $cursor ] } - Methods [8] { @@ -128,7 +133,12 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ public $bol ] + Property [ public $flags ] + Property [ public $state ] + Property [ public $marker ] + Property [ public $cursor ] } - Methods [9] { @@ -206,7 +216,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $action ] + Property [ public $reduceId ] } - Methods [15] { @@ -330,7 +342,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $empty ] + Property [ public $size ] } - Methods [5] { -- cgit