From fee377c117272471ad980f57bb9512f664b6260d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2018 07:28:06 +0200 Subject: v0.1.7 --- REFLECTION | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 119516a..38bd048 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,23 +1,23 @@ -Extension [ extension #75 ast version 0.1.6 ] { +Extension [ extension #74 ast version 0.1.7 ] { - - Constants [190] { + - Constants [191] { Constant [ integer ast\AST_ARG_LIST ] { 128 } - Constant [ integer ast\AST_LIST ] { 129 } - Constant [ integer ast\AST_ARRAY ] { 130 } - Constant [ integer ast\AST_ENCAPS_LIST ] { 131 } - Constant [ integer ast\AST_EXPR_LIST ] { 132 } - Constant [ integer ast\AST_STMT_LIST ] { 133 } - Constant [ integer ast\AST_IF ] { 134 } - Constant [ integer ast\AST_SWITCH_LIST ] { 135 } - Constant [ integer ast\AST_CATCH_LIST ] { 136 } - Constant [ integer ast\AST_PARAM_LIST ] { 137 } - Constant [ integer ast\AST_CLOSURE_USES ] { 138 } - Constant [ integer ast\AST_PROP_DECL ] { 139 } - Constant [ integer ast\AST_CONST_DECL ] { 140 } - Constant [ integer ast\AST_CLASS_CONST_DECL ] { 141 } - Constant [ integer ast\AST_NAME_LIST ] { 142 } - Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 143 } - Constant [ integer ast\AST_USE ] { 144 } + Constant [ integer ast\AST_LIST ] { 255 } + Constant [ integer ast\AST_ARRAY ] { 129 } + Constant [ integer ast\AST_ENCAPS_LIST ] { 130 } + Constant [ integer ast\AST_EXPR_LIST ] { 131 } + Constant [ integer ast\AST_STMT_LIST ] { 132 } + Constant [ integer ast\AST_IF ] { 133 } + Constant [ integer ast\AST_SWITCH_LIST ] { 134 } + Constant [ integer ast\AST_CATCH_LIST ] { 135 } + Constant [ integer ast\AST_PARAM_LIST ] { 136 } + Constant [ integer ast\AST_CLOSURE_USES ] { 137 } + Constant [ integer ast\AST_PROP_DECL ] { 138 } + Constant [ integer ast\AST_CONST_DECL ] { 139 } + Constant [ integer ast\AST_CLASS_CONST_DECL ] { 140 } + Constant [ integer ast\AST_NAME_LIST ] { 141 } + Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 142 } + Constant [ integer ast\AST_USE ] { 143 } Constant [ integer ast\AST_NAME ] { 2048 } Constant [ integer ast\AST_CLOSURE_VAR ] { 2049 } Constant [ integer ast\AST_NULLABLE_TYPE ] { 2050 } @@ -84,14 +84,14 @@ Extension [ extension #75 ast version 0.1.6 ] { Constant [ integer ast\AST_SWITCH_CASE ] { 535 } Constant [ integer ast\AST_DECLARE ] { 536 } Constant [ integer ast\AST_PROP_ELEM ] { 774 } - Constant [ integer ast\AST_CONST_ELEM ] { 537 } - Constant [ integer ast\AST_USE_TRAIT ] { 538 } - Constant [ integer ast\AST_TRAIT_PRECEDENCE ] { 539 } - Constant [ integer ast\AST_METHOD_REFERENCE ] { 540 } - Constant [ integer ast\AST_NAMESPACE ] { 541 } - Constant [ integer ast\AST_USE_ELEM ] { 542 } - Constant [ integer ast\AST_TRAIT_ALIAS ] { 543 } - Constant [ integer ast\AST_GROUP_USE ] { 544 } + Constant [ integer ast\AST_CONST_ELEM ] { 775 } + Constant [ integer ast\AST_USE_TRAIT ] { 537 } + Constant [ integer ast\AST_TRAIT_PRECEDENCE ] { 538 } + Constant [ integer ast\AST_METHOD_REFERENCE ] { 539 } + Constant [ integer ast\AST_NAMESPACE ] { 540 } + Constant [ integer ast\AST_USE_ELEM ] { 541 } + Constant [ integer ast\AST_TRAIT_ALIAS ] { 542 } + Constant [ integer ast\AST_GROUP_USE ] { 543 } Constant [ integer ast\AST_METHOD_CALL ] { 768 } Constant [ integer ast\AST_STATIC_CALL ] { 769 } Constant [ integer ast\AST_CONDITIONAL ] { 770 } @@ -112,6 +112,7 @@ Extension [ extension #75 ast version 0.1.6 ] { Constant [ integer ast\flags\RETURNS_REF ] { 67108864 } Constant [ integer ast\flags\FUNC_RETURNS_REF ] { 67108864 } Constant [ integer ast\flags\FUNC_GENERATOR ] { 8388608 } + Constant [ integer ast\flags\ARRAY_ELEM_REF ] { 1 } Constant [ integer ast\flags\CLOSURE_USE_REF ] { 1 } Constant [ integer ast\flags\CLASS_ABSTRACT ] { 32 } Constant [ integer ast\flags\CLASS_FINAL ] { 4 } -- cgit