diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 100 |
1 files changed, 51 insertions, 49 deletions
@@ -1,6 +1,50 @@ -Extension [ <persistent> extension #115 parle version 0.5.1 ] { +Extension [ <persistent> extension #115 parle version 0.5.3 ] { + + - Classes [8] { + Class [ <internal:parle> class Parle\ErrorInfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> public $id ] + Property [ <default> public $token ] + } + + - Methods [0] { + } + } + + Class [ <internal:parle> 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 [ <default> public $id ] + Property [ <default> public $value ] + Property [ <default> public $offset ] + } + + - Methods [0] { + } + } - - Classes [6] { Class [ <internal:parle> class Parle\Lexer ] { - Constants [5] { @@ -20,7 +64,7 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { - Properties [0] { } - - Methods [13] { + - Methods [10] { Method [ <internal:parle> public method push ] { } @@ -28,7 +72,7 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } Method [ <internal:parle> public method build ] { @@ -44,33 +88,12 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { } } - Method [ <internal:parle> public method skip ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ <internal:parle> public method eoi ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ <internal:parle> public method advance ] { - Parameters [0] { } } - Method [ <internal:parle> public method npos ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ <internal:parle> public method bol ] { - Parameters [1] { @@ -124,7 +147,7 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { - Properties [0] { } - - Methods [15] { + - Methods [12] { Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method push ] { } @@ -132,7 +155,7 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method build ] { @@ -148,33 +171,12 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { } } - Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method skip ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method eoi ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method advance ] { - Parameters [0] { } } - Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method npos ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method bol ] { - Parameters [1] { @@ -365,7 +367,7 @@ Extension [ <persistent> extension #115 parle version 0.5.1 ] { - Parameters [0] { } - - Return [ array ] + - Return [ object ] } } } |