LocationTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.LocationTraversalExtGen
final class LocationTraversalExtGen[NodeType <: Location](val traversal: Iterator[NodeType]) extends AnyVal

Traversal steps for Location

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def className: Iterator[String]

Traverse to className property

Traverse to className property

Attributes

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

Traverse to nodes where the className matches the regular expression value

Traverse to nodes where the className matches the regular expression value

Attributes

def className(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where className matches value exactly.

Traverse to nodes where className matches value exactly.

Attributes

def classNameExact(values: String*): Iterator[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.

Attributes

def classNameNot(pattern: String): Iterator[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.

Attributes

def classNameNot(patterns: String*): Iterator[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.

Attributes

def classShortName: Iterator[String]

Traverse to classShortName property

Traverse to classShortName property

Attributes

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

Traverse to nodes where the classShortName matches the regular expression value

Traverse to nodes where the classShortName matches the regular expression value

Attributes

def classShortName(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where classShortName matches value exactly.

Traverse to nodes where classShortName matches value exactly.

Attributes

def classShortNameExact(values: String*): Iterator[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.

Attributes

def classShortNameNot(pattern: String): Iterator[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.

Attributes

def classShortNameNot(patterns: String*): Iterator[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.

Attributes

def filename: Iterator[String]

Traverse to filename property

Traverse to filename property

Attributes

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

Traverse to nodes where the filename matches the regular expression value

Traverse to nodes where the filename matches the regular expression value

Attributes

def filename(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where filename matches value exactly.

Traverse to nodes where filename matches value exactly.

Attributes

def filenameExact(values: String*): Iterator[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.

Attributes

def filenameNot(pattern: String): Iterator[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.

Attributes

def filenameNot(patterns: String*): Iterator[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.

Attributes

def lineNumber: Iterator[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

Attributes

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

Traverse to nodes where the lineNumber equals the given value

Traverse to nodes where the lineNumber equals the given value

Attributes

def lineNumber(values: Integer*): Iterator[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

Attributes

def lineNumberGt(value: Integer): Iterator[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

Attributes

def lineNumberGte(value: Integer): Iterator[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

Attributes

def lineNumberLt(value: Integer): Iterator[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

Attributes

def lineNumberLte(value: Integer): Iterator[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

Attributes

def lineNumberNot(value: Integer): Iterator[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.

Attributes

def lineNumberNot(values: Integer*): Iterator[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.

Attributes

def methodFullName: Iterator[String]

Traverse to methodFullName property

Traverse to methodFullName property

Attributes

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

Traverse to nodes where the methodFullName matches the regular expression value

Traverse to nodes where the methodFullName matches the regular expression value

Attributes

def methodFullName(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where methodFullName matches value exactly.

Traverse to nodes where methodFullName matches value exactly.

Attributes

def methodFullNameExact(values: String*): Iterator[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.

Attributes

def methodFullNameNot(pattern: String): Iterator[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.

Attributes

def methodFullNameNot(patterns: String*): Iterator[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.

Attributes

def methodShortName: Iterator[String]

Traverse to methodShortName property

Traverse to methodShortName property

Attributes

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

Traverse to nodes where the methodShortName matches the regular expression value

Traverse to nodes where the methodShortName matches the regular expression value

Attributes

def methodShortName(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where methodShortName matches value exactly.

Traverse to nodes where methodShortName matches value exactly.

Attributes

def methodShortNameExact(values: String*): Iterator[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.

Attributes

def methodShortNameNot(pattern: String): Iterator[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.

Attributes

def methodShortNameNot(patterns: String*): Iterator[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.

Attributes

def nodeLabel: Iterator[String]

Traverse to nodeLabel property

Traverse to nodeLabel property

Attributes

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

Traverse to nodes where the nodeLabel matches the regular expression value

Traverse to nodes where the nodeLabel matches the regular expression value

Attributes

def nodeLabel(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where nodeLabel matches value exactly.

Traverse to nodes where nodeLabel matches value exactly.

Attributes

def nodeLabelExact(values: String*): Iterator[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.

Attributes

def nodeLabelNot(pattern: String): Iterator[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.

Attributes

def nodeLabelNot(patterns: String*): Iterator[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.

Attributes

def packageName: Iterator[String]

Traverse to packageName property

Traverse to packageName property

Attributes

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

Traverse to nodes where the packageName matches the regular expression value

Traverse to nodes where the packageName matches the regular expression value

Attributes

def packageName(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where packageName matches value exactly.

Traverse to nodes where packageName matches value exactly.

Attributes

def packageNameExact(values: String*): Iterator[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.

Attributes

def packageNameNot(pattern: String): Iterator[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.

Attributes

def packageNameNot(patterns: String*): Iterator[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.

Attributes

def symbol: Iterator[String]

Traverse to symbol property

Traverse to symbol property

Attributes

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

Traverse to nodes where the symbol matches the regular expression value

Traverse to nodes where the symbol matches the regular expression value

Attributes

def symbol(patterns: String*): Iterator[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

Attributes

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

Traverse to nodes where symbol matches value exactly.

Traverse to nodes where symbol matches value exactly.

Attributes

def symbolExact(values: String*): Iterator[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.

Attributes

def symbolNot(pattern: String): Iterator[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.

Attributes

def symbolNot(patterns: String*): Iterator[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.

Attributes

Concrete fields

val traversal: Iterator[NodeType]