TypeTraversalExtGen

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

Traversal steps for Type

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def aliasTypeDecl: Iterator[TypeDecl]

Direct alias type declarations.

Direct alias type declarations.

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 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 referencedTypeDecl: Iterator[TypeDecl]

Type declaration which is referenced by this type.

Type declaration which is referenced by this type.

Attributes

def typeDeclFullName: Iterator[String]

Traverse to typeDeclFullName property

Traverse to typeDeclFullName property

Attributes

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

Traverse to nodes where the typeDeclFullName matches the regular expression value

Traverse to nodes where the typeDeclFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where typeDeclFullName matches value exactly.

Traverse to nodes where typeDeclFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]