summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-17 18:23:16 +0200
committerRemi Collet <remi@remirepo.net>2017-09-17 18:23:16 +0200
commit028291b61958b6bbf2b4ee2c7811664637bed19f (patch)
tree71ed64aedcb29d8e03a424cc7aba9a606200d707 /REFLECTION
parent81c75d42a0245e5452521db467455d21cc1b5b41 (diff)
v0.6.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION126
1 files changed, 65 insertions, 61 deletions
diff --git a/REFLECTION b/REFLECTION
index 49c000a..d7ca26f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #115 parle version 0.5.3 ] {
+Extension [ <persistent> extension #115 parle version 0.6.0 ] {
- - Classes [8] {
+ - Classes [9] {
Class [ <internal:parle> class Parle\ErrorInfo ] {
- Constants [0] {
@@ -64,7 +64,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Properties [0] {
}
- - Methods [10] {
+ - Methods [8] {
Method [ <internal:parle> public method push ] {
}
@@ -72,7 +72,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Parameters [0] {
}
- - Return [ object ]
+ - Return [ Parle\Token ]
}
Method [ <internal:parle> public method build ] {
@@ -94,14 +94,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
}
}
- Method [ <internal:parle> public method bol ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> boolean $bol ]
- }
- - Return [ boolean or NULL ]
- }
-
Method [ <internal:parle> public method restart ] {
- Parameters [1] {
@@ -117,14 +109,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Parameters [0] {
}
}
-
- Method [ <internal:parle> public method flags ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> integer $state ]
- }
- - Return [ integer ]
- }
}
}
@@ -147,7 +131,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Properties [0] {
}
- - Methods [12] {
+ - Methods [9] {
Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method push ] {
}
@@ -155,7 +139,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Parameters [0] {
}
- - Return [ object ]
+ - Return [ Parle\Token ]
}
Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method build ] {
@@ -177,14 +161,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
}
}
- Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method bol ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> boolean $bol ]
- }
- - Return [ boolean or NULL ]
- }
-
Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method restart ] {
- Parameters [1] {
@@ -200,13 +176,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Return [ integer ]
}
- Method [ <internal:parle> public method state ] {
-
- - Parameters [0] {
- }
- - Return [ integer ]
- }
-
Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method insertMacro ] {
}
@@ -215,14 +184,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Parameters [0] {
}
}
-
- Method [ <internal:parle, overwrites Parle\Lexer, prototype Parle\Lexer> public method flags ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> integer $state ]
- }
- - Return [ integer ]
- }
}
}
@@ -248,7 +209,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Properties [0] {
}
- - Methods [17] {
+ - Methods [15] {
Method [ <internal:parle> public method token ] {
- Parameters [1] {
@@ -314,20 +275,6 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Return [ integer ]
}
- Method [ <internal:parle> public method reduceId ] {
-
- - Parameters [0] {
- }
- - Return [ integer ]
- }
-
- Method [ <internal:parle> public method action ] {
-
- - Parameters [0] {
- }
- - Return [ integer ]
- }
-
Method [ <internal:parle> public method sigil ] {
- Parameters [1] {
@@ -367,7 +314,7 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
- Parameters [0] {
}
- - Return [ object ]
+ - Return [ Parle\ErrorInfo ]
}
}
}
@@ -536,6 +483,63 @@ Extension [ <persistent> extension #115 parle version 0.5.3 ] {
}
}
}
+
+ Class [ <internal:parle> class Parle\StackException extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
}
}