final class LocationTraversalExtGen[NodeType <: Location] extends AnyVal
Traversal steps for Location
- Alphabetic
- By Inheritance
- LocationTraversalExtGen
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LocationTraversalExtGen(traversal: Traversal[NodeType])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className(patterns: String*): Traversal[NodeType]
Traverse to nodes where the className matches at least one of the regular expressions in
values - def className(pattern: String): Traversal[NodeType]
Traverse to nodes where the className matches the regular expression
value - def className: Traversal[String]
Traverse to className property
- def classNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where className matches one of the elements in
valuesexactly. - def classNameExact(value: String): Traversal[NodeType]
Traverse to nodes where className matches
valueexactly. - def classNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where className does not match any of the regular expressions in
values. - def classNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where className does not match 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 - def classShortName(pattern: String): Traversal[NodeType]
Traverse to nodes where the classShortName matches the regular expression
value - def classShortName: Traversal[String]
Traverse to classShortName property
- def classShortNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where classShortName matches one of the elements in
valuesexactly. - def classShortNameExact(value: String): Traversal[NodeType]
Traverse to nodes where classShortName matches
valueexactly. - def classShortNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where classShortName does not match any of the regular expressions in
values. - def classShortNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where classShortName does not match 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 - def filename(pattern: String): Traversal[NodeType]
Traverse to nodes where the filename matches the regular expression
value - def filename: Traversal[String]
Traverse to filename property
- def filenameExact(values: String*): Traversal[NodeType]
Traverse to nodes where filename matches one of the elements in
valuesexactly. - def filenameExact(value: String): Traversal[NodeType]
Traverse to nodes where filename matches
valueexactly. - def filenameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where filename does not match any of the regular expressions in
values. - def filenameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where filename does not match the regular expression
value. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineNumber(values: Integer*): Traversal[NodeType]
Traverse to nodes where the lineNumber equals at least one of the given
values - def lineNumber(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber equals the given
value - def lineNumber: Traversal[Integer]
Traverse to lineNumber property
- def lineNumberGt(value: Integer): Traversal[NodeType]
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 - def lineNumberLt(value: Integer): Traversal[NodeType]
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 - def lineNumberNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to any of the given
values. - def lineNumberNot(value: Integer): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to the given
value. - def methodFullName(patterns: String*): Traversal[NodeType]
Traverse to nodes where the methodFullName matches at least one of the regular expressions in
values - def methodFullName(pattern: String): Traversal[NodeType]
Traverse to nodes where the methodFullName matches the regular expression
value - def methodFullName: Traversal[String]
Traverse to methodFullName property
- def methodFullNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where methodFullName matches one of the elements in
valuesexactly. - def methodFullNameExact(value: String): Traversal[NodeType]
Traverse to nodes where methodFullName matches
valueexactly. - def methodFullNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where methodFullName does not match any of the regular expressions in
values. - def methodFullNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where methodFullName does not match 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 - def methodShortName(pattern: String): Traversal[NodeType]
Traverse to nodes where the methodShortName matches the regular expression
value - def methodShortName: Traversal[String]
Traverse to methodShortName property
- def methodShortNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where methodShortName matches one of the elements in
valuesexactly. - def methodShortNameExact(value: String): Traversal[NodeType]
Traverse to nodes where methodShortName matches
valueexactly. - def methodShortNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where methodShortName does not match any of the regular expressions in
values. - def methodShortNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where methodShortName does not match 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 - def nodeLabel(pattern: String): Traversal[NodeType]
Traverse to nodes where the nodeLabel matches the regular expression
value - def nodeLabel: Traversal[String]
Traverse to nodeLabel property
- def nodeLabelExact(values: String*): Traversal[NodeType]
Traverse to nodes where nodeLabel matches one of the elements in
valuesexactly. - def nodeLabelExact(value: String): Traversal[NodeType]
Traverse to nodes where nodeLabel matches
valueexactly. - def nodeLabelNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where nodeLabel does not match any of the regular expressions in
values. - def nodeLabelNot(pattern: String): Traversal[NodeType]
Traverse to nodes where nodeLabel does not match 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 - def packageName(pattern: String): Traversal[NodeType]
Traverse to nodes where the packageName matches the regular expression
value - def packageName: Traversal[String]
Traverse to packageName property
- def packageNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where packageName matches one of the elements in
valuesexactly. - def packageNameExact(value: String): Traversal[NodeType]
Traverse to nodes where packageName matches
valueexactly. - def packageNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where packageName does not match any of the regular expressions in
values. - def packageNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where packageName does not match 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 - def symbol(pattern: String): Traversal[NodeType]
Traverse to nodes where the symbol matches the regular expression
value - def symbol: Traversal[String]
Traverse to symbol property
- def symbolExact(values: String*): Traversal[NodeType]
Traverse to nodes where symbol matches one of the elements in
valuesexactly. - def symbolExact(value: String): Traversal[NodeType]
Traverse to nodes where symbol matches
valueexactly. - def symbolNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where symbol does not match any of the regular expressions in
values. - def symbolNot(pattern: String): Traversal[NodeType]
Traverse to nodes where symbol does not match the regular expression
value. - def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[NodeType]