TraversalPropertyClassShortName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def classShortName: Iterator[String]

Traverse to classShortName property

Traverse to classShortName property

Attributes

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

Traverse to nodes where the classShortName matches the regular expression value

Traverse to nodes where the classShortName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where classShortName matches value exactly.

Traverse to nodes where classShortName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]