TraversalMethodBase

io.shiftleft.codepropertygraph.generated.traversals.TraversalMethodBase
final class TraversalMethodBase[NodeType <: MethodBase](val traversal: Iterator[NodeType]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def astParentFullName: Iterator[String]

Traverse to astParentFullName property

Traverse to astParentFullName property

Attributes

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

Traverse to nodes where the astParentFullName matches the regular expression value

Traverse to nodes where the astParentFullName matches the regular expression value

Attributes

def astParentFullName(patterns: String*): Iterator[NodeType]

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

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

Attributes

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

Traverse to nodes where astParentFullName matches value exactly.

Traverse to nodes where astParentFullName matches value exactly.

Attributes

def astParentFullNameExact(values: String*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

def astParentFullNameNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def astParentType: Iterator[String]

Traverse to astParentType property

Traverse to astParentType property

Attributes

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

Traverse to nodes where the astParentType matches the regular expression value

Traverse to nodes where the astParentType matches the regular expression value

Attributes

def astParentType(patterns: String*): Iterator[NodeType]

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

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

Attributes

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

Traverse to nodes where astParentType matches value exactly.

Traverse to nodes where astParentType matches value exactly.

Attributes

def astParentTypeExact(values: String*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

def astParentTypeNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def columnNumberEnd: Iterator[Int]

Traverse to columnNumberEnd property

Traverse to columnNumberEnd property

Attributes

def columnNumberEnd(value: Int): Iterator[NodeType]

Traverse to nodes where the columnNumberEnd equals the given value

Traverse to nodes where the columnNumberEnd equals the given value

Attributes

def columnNumberEnd(values: Int*): Iterator[NodeType]

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

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

Attributes

def columnNumberEndGt(value: Int): Iterator[NodeType]

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

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

Attributes

def columnNumberEndGte(value: Int): Iterator[NodeType]

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

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

Attributes

def columnNumberEndLt(value: Int): Iterator[NodeType]

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

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

Attributes

def columnNumberEndLte(value: Int): Iterator[NodeType]

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

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

Attributes

def columnNumberEndNot(value: Int): Iterator[NodeType]

Traverse to nodes where the columnNumberEnd is not equal to the given value

Traverse to nodes where the columnNumberEnd is not equal to the given value

Attributes

def columnNumberEndNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the columnNumberEnd does not equal any one of the given values

Traverse to nodes where the columnNumberEnd does not equal any one of the given 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 fullName: Iterator[String]

Traverse to fullName property

Traverse to fullName property

Attributes

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

Traverse to nodes where the fullName matches the regular expression value

Traverse to nodes where the fullName matches the regular expression value

Attributes

def fullName(patterns: String*): Iterator[NodeType]

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

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

Attributes

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

Traverse to nodes where fullName matches value exactly.

Traverse to nodes where fullName matches value exactly.

Attributes

def fullNameExact(values: String*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

def fullNameNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def hash: Iterator[String]

Traverse to hash property

Traverse to hash property

Attributes

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

Traverse to nodes where the hash matches the regular expression value

Traverse to nodes where the hash matches the regular expression value

Attributes

def hash(patterns: String*): Iterator[NodeType]

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

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

Attributes

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

Traverse to nodes where hash matches value exactly.

Traverse to nodes where hash matches value exactly.

Attributes

def hashExact(values: String*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

def hashNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

def isExternal: Iterator[Boolean]

Traverse to isExternal property

Traverse to isExternal property

Attributes

def isExternal(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isExternal equals the given value

Traverse to nodes where the isExternal equals the given value

Attributes

def lineNumberEnd: Iterator[Int]

Traverse to lineNumberEnd property

Traverse to lineNumberEnd property

Attributes

def lineNumberEnd(value: Int): Iterator[NodeType]

Traverse to nodes where the lineNumberEnd equals the given value

Traverse to nodes where the lineNumberEnd equals the given value

Attributes

def lineNumberEnd(values: Int*): Iterator[NodeType]

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

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

Attributes

def lineNumberEndGt(value: Int): Iterator[NodeType]

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

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

Attributes

def lineNumberEndGte(value: Int): Iterator[NodeType]

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

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

Attributes

def lineNumberEndLt(value: Int): Iterator[NodeType]

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

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

Attributes

def lineNumberEndLte(value: Int): Iterator[NodeType]

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

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

Attributes

def lineNumberEndNot(value: Int): Iterator[NodeType]

Traverse to nodes where the lineNumberEnd is not equal to the given value

Traverse to nodes where the lineNumberEnd is not equal to the given value

Attributes

def lineNumberEndNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the lineNumberEnd does not equal any one of the given values

Traverse to nodes where the lineNumberEnd does not equal any one of the given values

Attributes

def offset: Iterator[Int]

Traverse to offset property

Traverse to offset property

Attributes

def offset(value: Int): Iterator[NodeType]

Traverse to nodes where the offset equals the given value

Traverse to nodes where the offset equals the given value

Attributes

def offset(values: Int*): Iterator[NodeType]

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

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

Attributes

def offsetEnd: Iterator[Int]

Traverse to offsetEnd property

Traverse to offsetEnd property

Attributes

def offsetEnd(value: Int): Iterator[NodeType]

Traverse to nodes where the offsetEnd equals the given value

Traverse to nodes where the offsetEnd equals the given value

Attributes

def offsetEnd(values: Int*): Iterator[NodeType]

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

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

Attributes

def offsetEndGt(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetEndGte(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetEndLt(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetEndLte(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetEndNot(value: Int): Iterator[NodeType]

Traverse to nodes where the offsetEnd is not equal to the given value

Traverse to nodes where the offsetEnd is not equal to the given value

Attributes

def offsetEndNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the offsetEnd does not equal any one of the given values

Traverse to nodes where the offsetEnd does not equal any one of the given values

Attributes

def offsetGt(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetGte(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetLt(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetLte(value: Int): Iterator[NodeType]

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

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

Attributes

def offsetNot(value: Int): Iterator[NodeType]

Traverse to nodes where the offset is not equal to the given value

Traverse to nodes where the offset is not equal to the given value

Attributes

def offsetNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the offset does not equal any one of the given values

Traverse to nodes where the offset does not equal any one of the given values

Attributes

def signature: Iterator[String]

Traverse to signature property

Traverse to signature property

Attributes

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

Traverse to nodes where the signature matches the regular expression value

Traverse to nodes where the signature matches the regular expression value

Attributes

def signature(patterns: String*): Iterator[NodeType]

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

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

Attributes

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

Traverse to nodes where signature matches value exactly.

Traverse to nodes where signature matches value exactly.

Attributes

def signatureExact(values: String*): Iterator[NodeType]

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

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

Attributes

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

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

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

Attributes

def signatureNot(patterns: String*): Iterator[NodeType]

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]