Struct lib_ruby_parser::nodes::Next [−][src]
Expand description
Represents next keyword
Fields
args: Vec<Node>Arguments given to next
keyword_l: LocLocation of the next keyword
next 42
~~~~expression_l: LocLocation of the full expression
next(42)
~~~~~~~~Implementations
Returns keyword_l field
Returns expression_l field
Sets keyword_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Next
impl UnwindSafe for Next
Blanket Implementations
Mutably borrows from an owned value. Read more