Struct lib_ruby_parser::nodes::ZSuper [−][src]
#[repr(C)]pub struct ZSuper { pub expression_l: Loc, }
Expand description
Represents a super call without arguments and parentheses
It’s different from super() as it implicitly forwards current arguments
Fields
expression_l: LocLocation of the super keyword
super
~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZSuperimpl UnwindSafe for ZSuperBlanket Implementations
Mutably borrows from an owned value. Read more