lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a super
keyword.
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | args |
A list of arguments given to super More... | |
Loc | keyword_l |
MaybeLoc | begin_l |
MaybeLoc | end_l |
Loc | expression_l |
Represents a super
keyword.
NodeList lib_ruby_parser::Super::args |
A list of arguments given to super
MaybeLoc lib_ruby_parser::Super::begin_l |
Location of the open parenthesis
None
if there are no parentheses
MaybeLoc lib_ruby_parser::Super::end_l |
Location of the closing parenthesis
None
if there are no parentheses
Loc lib_ruby_parser::Super::expression_l |
Location of the full expression
Loc lib_ruby_parser::Super::keyword_l |
Location of the super
keyword