I would like to introduce NodeAwareInterface for all parsed reflections, which will expose single getNode() method, which will return underlying AST node instance. Every reflection class should narrow the return type via covariance. This API will be exposed for clients, so they can easily access underlying AST node directly
I would like to introduce NodeAwareInterface for all parsed reflections, which will expose single getNode() method, which will return underlying AST node instance. Every reflection class should narrow the return type via covariance. This API will be exposed for clients, so they can easily access underlying AST node directly