From 8b5e641548f4cfbc155ee14e04305eb0d0ad5f03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Oct 2017 07:27:56 +0200 Subject: v0.1.6 --- REFLECTION | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9989ed9..119516a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 ast version 0.1.5 ] { +Extension [ extension #75 ast version 0.1.6 ] { - Constants [190] { Constant [ integer ast\AST_ARG_LIST ] { 128 } @@ -221,9 +221,20 @@ Extension [ extension #75 ast version 0.1.5 ] { Parameter #0 [ $kind ] } } + Function [ function ast\get_metadata ] { + + - Parameters [0] { + } + } + Function [ function ast\get_supported_versions ] { + + - Parameters [1] { + Parameter #0 [ $exclude_deprecated ] + } + } } - - Classes [2] { + - Classes [3] { Class [ class ast\Node ] { - Constants [0] { @@ -288,6 +299,28 @@ Extension [ extension #75 ast version 0.1.5 ] { } } } + + Class [ class ast\Metadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $kind ] + Property [ public $name ] + Property [ public $flags ] + Property [ public $flagsCombinable ] + } + + - Methods [0] { + } + } } } -- cgit