LocationTraversalExtGen

final
class LocationTraversalExtGen[NodeType <: Location](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Location

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def className: Traversal[String]

Traverse to className property

Traverse to className property

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

Traverse to nodes where the className matches the regular expression value

Traverse to nodes where the className matches the regular expression value

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

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

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

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

Traverse to nodes where className matches value exactly.

Traverse to nodes where className matches value exactly.

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

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

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

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

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

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

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

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

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

def classShortName: Traversal[String]

Traverse to classShortName property

Traverse to classShortName property

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

Traverse to nodes where the classShortName matches the regular expression value

Traverse to nodes where the classShortName matches the regular expression value

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

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

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

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

Traverse to nodes where classShortName matches value exactly.

Traverse to nodes where classShortName matches value exactly.

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

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

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

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

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

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

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

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

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

def filename: Traversal[String]

Traverse to filename property

Traverse to filename property

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

Traverse to nodes where the filename matches the regular expression value

Traverse to nodes where the filename matches the regular expression value

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

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

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

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

Traverse to nodes where filename matches value exactly.

Traverse to nodes where filename matches value exactly.

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

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

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

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

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

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

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

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

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

def lineNumber: Traversal[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

def lineNumber(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumber equals the given value

Traverse to nodes where the lineNumber equals the given value

def lineNumber(values: Integer*): Traversal[NodeType]

Traverse to nodes where the lineNumber equals at least one of the given values

Traverse to nodes where the lineNumber equals at least one of the given values

def lineNumberGt(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumber is greater than the given value

Traverse to nodes where the lineNumber is greater than the given value

def lineNumberGte(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumber is greater than or equal the given value

Traverse to nodes where the lineNumber is greater than or equal the given value

def lineNumberLt(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumber is less than the given value

Traverse to nodes where the lineNumber is less than the given value

def lineNumberLte(value: Integer): Traversal[NodeType]

Traverse to nodes where the lineNumber is less than or equal the given value

Traverse to nodes where the lineNumber is less than or equal the given value

def lineNumberNot(value: Integer): Traversal[NodeType]

Traverse to nodes where lineNumber is not equal to the given value.

Traverse to nodes where lineNumber is not equal to the given value.

def lineNumberNot(values: Integer*): Traversal[NodeType]

Traverse to nodes where lineNumber is not equal to any of the given values.

Traverse to nodes where lineNumber is not equal to any of the given values.

def methodFullName: Traversal[String]

Traverse to methodFullName property

Traverse to methodFullName property

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

Traverse to nodes where the methodFullName matches the regular expression value

Traverse to nodes where the methodFullName matches the regular expression value

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

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

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

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

Traverse to nodes where methodFullName matches value exactly.

Traverse to nodes where methodFullName matches value exactly.

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

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

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

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

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

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

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

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

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

def methodShortName: Traversal[String]

Traverse to methodShortName property

Traverse to methodShortName property

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

Traverse to nodes where the methodShortName matches the regular expression value

Traverse to nodes where the methodShortName matches the regular expression value

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

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

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

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

Traverse to nodes where methodShortName matches value exactly.

Traverse to nodes where methodShortName matches value exactly.

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

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

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

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

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

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

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

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

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

def nodeLabel: Traversal[String]

Traverse to nodeLabel property

Traverse to nodeLabel property

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

Traverse to nodes where the nodeLabel matches the regular expression value

Traverse to nodes where the nodeLabel matches the regular expression value

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

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

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

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

Traverse to nodes where nodeLabel matches value exactly.

Traverse to nodes where nodeLabel matches value exactly.

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

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

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

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

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

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

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

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

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

def packageName: Traversal[String]

Traverse to packageName property

Traverse to packageName property

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

Traverse to nodes where the packageName matches the regular expression value

Traverse to nodes where the packageName matches the regular expression value

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

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

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

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

Traverse to nodes where packageName matches value exactly.

Traverse to nodes where packageName matches value exactly.

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

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

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

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

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

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

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

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

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

def symbol: Traversal[String]

Traverse to symbol property

Traverse to symbol property

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

Traverse to nodes where the symbol matches the regular expression value

Traverse to nodes where the symbol matches the regular expression value

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

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

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

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

Traverse to nodes where symbol matches value exactly.

Traverse to nodes where symbol matches value exactly.

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

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

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

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

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

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

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

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

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

Concrete fields

val traversal: IterableOnce[NodeType]