Struct lib_ruby_parser::nodes::Undef [−][src]
Expand description
Represents an undef keyword (e.g. undef foo, :bar)
Fields
names: Vec<Node>A list of names to undef
keyword_l: LocLocation the undef keyword
undef foo, :bar
~~~~~
expression_l: LocLocation of the full expression
undef :foo, bar
~~~~~~~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Undefimpl UnwindSafe for UndefBlanket Implementations
Mutably borrows from an owned value. Read more