ClosureBindingTraversalExtGen

final
class ClosureBindingTraversalExtGen[NodeType <: ClosureBinding](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for ClosureBinding

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def closureBindingId: Traversal[String]

Traverse to closureBindingId property

Traverse to closureBindingId property

def closureBindingId(pattern: String): Traversal[NodeType]

Traverse to nodes where the closureBindingId matches the regular expression value

Traverse to nodes where the closureBindingId matches the regular expression value

def closureBindingId(patterns: String*): Traversal[NodeType]

Traverse to nodes where the closureBindingId matches at least one of the regular expressions in values

Traverse to nodes where the closureBindingId matches at least one of the regular expressions in values

def closureBindingIdExact(value: String): Traversal[NodeType]

Traverse to nodes where closureBindingId matches value exactly.

Traverse to nodes where closureBindingId matches value exactly.

def closureBindingIdExact(values: String*): Traversal[NodeType]

Traverse to nodes where closureBindingId matches one of the elements in values exactly.

Traverse to nodes where closureBindingId matches one of the elements in values exactly.

def closureBindingIdNot(pattern: String): Traversal[NodeType]

Traverse to nodes where closureBindingId does not match the regular expression value.

Traverse to nodes where closureBindingId does not match the regular expression value.

def closureBindingIdNot(patterns: String*): Traversal[NodeType]

Traverse to nodes where closureBindingId does not match any of the regular expressions in values.

Traverse to nodes where closureBindingId does not match any of the regular expressions in values.

def closureOriginalName: Traversal[String]

Traverse to closureOriginalName property

Traverse to closureOriginalName property

def closureOriginalName(pattern: String): Traversal[NodeType]

Traverse to nodes where the closureOriginalName matches the regular expression value

Traverse to nodes where the closureOriginalName matches the regular expression value

def closureOriginalName(patterns: String*): Traversal[NodeType]

Traverse to nodes where the closureOriginalName matches at least one of the regular expressions in values

Traverse to nodes where the closureOriginalName matches at least one of the regular expressions in values

def closureOriginalNameExact(value: String): Traversal[NodeType]

Traverse to nodes where closureOriginalName matches value exactly.

Traverse to nodes where closureOriginalName matches value exactly.

def closureOriginalNameExact(values: String*): Traversal[NodeType]

Traverse to nodes where closureOriginalName matches one of the elements in values exactly.

Traverse to nodes where closureOriginalName matches one of the elements in values exactly.

def closureOriginalNameNot(pattern: String): Traversal[NodeType]

Traverse to nodes where closureOriginalName does not match the regular expression value.

Traverse to nodes where closureOriginalName does not match the regular expression value.

def closureOriginalNameNot(patterns: String*): Traversal[NodeType]

Traverse to nodes where closureOriginalName does not match any of the regular expressions in values.

Traverse to nodes where closureOriginalName does not match any of the regular expressions in values.

def evaluationStrategy: Traversal[String]

Traverse to evaluationStrategy property

Traverse to evaluationStrategy property

def evaluationStrategy(pattern: String): Traversal[NodeType]

Traverse to nodes where the evaluationStrategy matches the regular expression value

Traverse to nodes where the evaluationStrategy matches the regular expression value

def evaluationStrategy(patterns: String*): Traversal[NodeType]

Traverse to nodes where the evaluationStrategy matches at least one of the regular expressions in values

Traverse to nodes where the evaluationStrategy matches at least one of the regular expressions in values

def evaluationStrategyExact(value: String): Traversal[NodeType]

Traverse to nodes where evaluationStrategy matches value exactly.

Traverse to nodes where evaluationStrategy matches value exactly.

def evaluationStrategyExact(values: String*): Traversal[NodeType]

Traverse to nodes where evaluationStrategy matches one of the elements in values exactly.

Traverse to nodes where evaluationStrategy matches one of the elements in values exactly.

def evaluationStrategyNot(pattern: String): Traversal[NodeType]

Traverse to nodes where evaluationStrategy does not match the regular expression value.

Traverse to nodes where evaluationStrategy does not match the regular expression value.

def evaluationStrategyNot(patterns: String*): Traversal[NodeType]

Traverse to nodes where evaluationStrategy does not match any of the regular expressions in values.

Traverse to nodes where evaluationStrategy does not match any of the regular expressions in values.

Concrete fields

val traversal: IterableOnce[NodeType]