TraversalTypedeclBase

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def aliasTypeFullName: Iterator[String]

Traverse to aliasTypeFullName property

Traverse to aliasTypeFullName property

Attributes

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

Traverse to nodes where the aliasTypeFullName matches the regular expression value

Traverse to nodes where the aliasTypeFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where aliasTypeFullName matches value exactly.

Traverse to nodes where aliasTypeFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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 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 inheritsFromTypeFullName: Iterator[String]

Traverse to inheritsFromTypeFullName property

Traverse to inheritsFromTypeFullName property

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 name: Iterator[String]

Traverse to name property

Traverse to name property

Attributes

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

Traverse to nodes where the name matches the regular expression value

Traverse to nodes where the name matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

Traverse to nodes where name does not match any of the regular expressions in 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

Concrete fields

val traversal: Iterator[NodeType]