summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION37
1 files changed, 35 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 9989ed9..119516a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 ast version 0.1.5 ] {
+Extension [ <persistent> extension #75 ast version 0.1.6 ] {
- Constants [190] {
Constant [ integer ast\AST_ARG_LIST ] { 128 }
@@ -221,9 +221,20 @@ Extension [ <persistent> extension #75 ast version 0.1.5 ] {
Parameter #0 [ <required> $kind ]
}
}
+ Function [ <internal:ast> function ast\get_metadata ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:ast> function ast\get_supported_versions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $exclude_deprecated ]
+ }
+ }
}
- - Classes [2] {
+ - Classes [3] {
Class [ <internal:ast> class ast\Node ] {
- Constants [0] {
@@ -288,6 +299,28 @@ Extension [ <persistent> extension #75 ast version 0.1.5 ] {
}
}
}
+
+ Class [ <internal:ast> class ast\Metadata ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $kind ]
+ Property [ <default> public $name ]
+ Property [ <default> public $flags ]
+ Property [ <default> public $flagsCombinable ]
+ }
+
+ - Methods [0] {
+ }
+ }
}
}