class Prism::SuperNode

Represents the use of the super keyword with parentheses or arguments.

super()
^^^^^^^

super foo, bar
^^^^^^^^^^^^^^

If no arguments are provided (except for a block), it would be a ForwardingSuperNode instead.