summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION60
1 files changed, 30 insertions, 30 deletions
diff --git a/REFLECTION b/REFLECTION
index 8e22352..a69a0dd 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #118 parle version 0.7.3 ] {
+Extension [ <persistent> extension #119 parle version 0.8.1 ] {
- Constants [1] {
Constant [ boolean Parle\INTERNAL_UTF32 ] { }
@@ -29,9 +29,9 @@ Extension [ <persistent> extension #118 parle version 0.7.3 ] {
Class [ <internal:parle> class Parle\Token ] {
- Constants [3] {
- Constant [ integer EOI ] { 0 }
- Constant [ integer UNKNOWN ] { 65535 }
- Constant [ integer SKIP ] { 65534 }
+ Constant [ public integer EOI ] { 0 }
+ Constant [ public integer UNKNOWN ] { 65535 }
+ Constant [ public integer SKIP ] { 65534 }
}
- Static properties [0] {
@@ -52,11 +52,11 @@ Extension [ <persistent> extension #118 parle version 0.7.3 ] {
Class [ <internal:parle> class Parle\Lexer ] {
- Constants [5] {
- Constant [ integer ICASE ] { 1 }
- Constant [ integer DOT_NOT_LF ] { 2 }
- Constant [ integer DOT_NOT_CRLF ] { 4 }
- Constant [ integer SKIP_WS ] { 8 }
- Constant [ integer MATCH_ZERO_LEN ] { 16 }
+ Constant [ public integer ICASE ] { 1 }
+ Constant [ public integer DOT_NOT_LF ] { 2 }
+ Constant [ public integer DOT_NOT_CRLF ] { 4 }
+ Constant [ public integer SKIP_WS ] { 8 }
+ Constant [ public integer MATCH_ZERO_LEN ] { 16 }
}
- Static properties [0] {
@@ -132,11 +132,11 @@ Extension [ <persistent> extension #118 parle version 0.7.3 ] {
Class [ <internal:parle> class Parle\RLexer ] {
- Constants [5] {
- Constant [ integer ICASE ] { 1 }
- Constant [ integer DOT_NOT_LF ] { 2 }
- Constant [ integer DOT_NOT_CRLF ] { 4 }
- Constant [ integer SKIP_WS ] { 8 }
- Constant [ integer MATCH_ZERO_LEN ] { 16 }
+ Constant [ public integer ICASE ] { 1 }
+ Constant [ public integer DOT_NOT_LF ] { 2 }
+ Constant [ public integer DOT_NOT_CRLF ] { 4 }
+ Constant [ public integer SKIP_WS ] { 8 }
+ Constant [ public integer MATCH_ZERO_LEN ] { 16 }
}
- Static properties [0] {
@@ -220,14 +220,14 @@ Extension [ <persistent> extension #118 parle version 0.7.3 ] {
Class [ <internal:parle> class Parle\Parser ] {
- Constants [8] {
- Constant [ integer ACTION_ERROR ] { 0 }
- Constant [ integer ACTION_SHIFT ] { 1 }
- Constant [ integer ACTION_REDUCE ] { 2 }
- Constant [ integer ACTION_GOTO ] { 3 }
- Constant [ integer ACTION_ACCEPT ] { 4 }
- Constant [ integer ERROR_SYNTAX ] { 0 }
- Constant [ integer ERROR_NON_ASSOCIATIVE ] { 1 }
- Constant [ integer ERROR_UNKOWN_TOKEN ] { 2 }
+ Constant [ public integer ACTION_ERROR ] { 0 }
+ Constant [ public integer ACTION_SHIFT ] { 1 }
+ Constant [ public integer ACTION_REDUCE ] { 2 }
+ Constant [ public integer ACTION_GOTO ] { 3 }
+ Constant [ public integer ACTION_ACCEPT ] { 4 }
+ Constant [ public integer ERROR_SYNTAX ] { 0 }
+ Constant [ public integer ERROR_NON_ASSOCIATIVE ] { 1 }
+ Constant [ public integer ERROR_UNKNOWN_TOKEN ] { 2 }
}
- Static properties [0] {
@@ -363,14 +363,14 @@ Extension [ <persistent> extension #118 parle version 0.7.3 ] {
Class [ <internal:parle> class Parle\RParser ] {
- Constants [8] {
- Constant [ integer ACTION_ERROR ] { 0 }
- Constant [ integer ACTION_SHIFT ] { 1 }
- Constant [ integer ACTION_REDUCE ] { 2 }
- Constant [ integer ACTION_GOTO ] { 3 }
- Constant [ integer ACTION_ACCEPT ] { 4 }
- Constant [ integer ERROR_SYNTAX ] { 0 }
- Constant [ integer ERROR_NON_ASSOCIATIVE ] { 1 }
- Constant [ integer ERROR_UNKOWN_TOKEN ] { 2 }
+ Constant [ public integer ACTION_ERROR ] { 0 }
+ Constant [ public integer ACTION_SHIFT ] { 1 }
+ Constant [ public integer ACTION_REDUCE ] { 2 }
+ Constant [ public integer ACTION_GOTO ] { 3 }
+ Constant [ public integer ACTION_ACCEPT ] { 4 }
+ Constant [ public integer ERROR_SYNTAX ] { 0 }
+ Constant [ public integer ERROR_NON_ASSOCIATIVE ] { 1 }
+ Constant [ public integer ERROR_UNKNOWN_TOKEN ] { 2 }
}
- Static properties [0] {