TraversalPropertyMethodShortName

io.shiftleft.codepropertygraph.generated.traversals.TraversalPropertyMethodShortName
final class TraversalPropertyMethodShortName[NodeType <: StoredNode & StaticType[HasMethodShortNameEMT]](val traversal: Iterator[NodeType]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val traversal: Iterator[NodeType]