diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-20 06:58:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-20 06:58:01 +0200 |
commit | 99fb05b855e082a090b5559d9f4d9db494860ccb (patch) | |
tree | 13190ea0473277fd8e9919a110772a3b519837af /REFLECTION | |
parent | 3498c952f346fac399ce548c4040bdde5eb325e3 (diff) |
v0.6.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 34 |
1 files changed, 24 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 parle version 0.6.1 ] { +Extension [ <persistent> extension #115 parle version 0.6.2 ] { - Classes [9] { Class [ <internal:parle> class Parle\ErrorInfo ] { @@ -12,8 +12,9 @@ Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> public $id ] + Property [ <default> public $position ] Property [ <default> public $token ] } @@ -25,8 +26,8 @@ Extension [ <persistent> 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 [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [2] { Property [ <default> public $id ] Property [ <default> public $value ] - Property [ <default> public $offset ] } - Methods [0] { @@ -61,7 +61,12 @@ Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ <default> public $bol ] + Property [ <default> public $flags ] + Property [ <default> public $state ] + Property [ <default> public $marker ] + Property [ <default> public $cursor ] } - Methods [8] { @@ -128,7 +133,12 @@ Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ <default> public $bol ] + Property [ <default> public $flags ] + Property [ <default> public $state ] + Property [ <default> public $marker ] + Property [ <default> public $cursor ] } - Methods [9] { @@ -206,7 +216,9 @@ Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ <default> public $action ] + Property [ <default> public $reduceId ] } - Methods [15] { @@ -330,7 +342,9 @@ Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ <default> public $empty ] + Property [ <default> public $size ] } - Methods [5] { |