DeclarationTraversalExtGen
final
class DeclarationTraversalExtGen[NodeType <: Declaration](val traversal: IterableOnce[NodeType]) extends AnyVal
Traversal steps for Declaration
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
Traverse to nodes where the name matches the regular expression value
Traverse to nodes where the name matches the regular expression value
Traverse to nodes where the name matches at least one of the regular expressions in values
Traverse to nodes where the name matches at least one of the regular expressions in values
Traverse to nodes where name matches value
exactly.
Traverse to nodes where name matches value
exactly.
Traverse to nodes where name matches one of the elements in values
exactly.
Traverse to nodes where name matches one of the elements in values
exactly.
Traverse to nodes where name does not match the regular expression value
.
Traverse to nodes where name does not match the regular expression value
.