Enum lib_ruby_parser::traverse::finder::PatternItem [−][src]
pub enum PatternItem {
Any,
VisitorItem(VisitorItem),
}Expand description
Finder item, used to specify part of the path you want to go in AST
Variants
Represents a wildcard pattern item
VisitorItem(VisitorItem)Represents a specific visitor::Item for matching
Implementations
Parses given string slice and constructs an Item (if possible)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Itemimpl UnwindSafe for ItemBlanket Implementations
Mutably borrows from an owned value. Read more