BindingTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.BindingTraversalExtGen
final class BindingTraversalExtGen[NodeType <: Binding](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Binding

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bindingTypeDecl: Traversal[TypeDecl]

Traverse to TYPE_DECL via BINDS IN edge.

Traverse to TYPE_DECL via BINDS IN edge.

Attributes

def boundMethod: Traversal[Method]

Traverse to METHOD via REF OUT edge.

Traverse to METHOD via REF OUT edge.

Attributes

def methodFullName: Traversal[String]

Traverse to methodFullName property

Traverse to methodFullName property

Attributes

def methodFullName(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where methodFullName matches value exactly.

Traverse to nodes where methodFullName matches value exactly.

Attributes

def methodFullNameExact(values: String*): Traversal[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): Traversal[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*): Traversal[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 name: Traversal[String]

Traverse to name property

Traverse to name property

Attributes

def name(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

def nameExact(values: String*): Traversal[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): Traversal[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*): Traversal[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 signature: Traversal[String]

Traverse to signature property

Traverse to signature property

Attributes

def signature(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where signature matches value exactly.

Traverse to nodes where signature matches value exactly.

Attributes

def signatureExact(values: String*): Traversal[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): Traversal[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*): Traversal[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: IterableOnce[NodeType]