TraversalControlstructureBase

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def controlStructureType: Iterator[String]

Traverse to controlStructureType property

Traverse to controlStructureType property

Attributes

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

Traverse to nodes where the controlStructureType matches the regular expression value

Traverse to nodes where the controlStructureType matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where controlStructureType matches value exactly.

Traverse to nodes where controlStructureType matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def parserTypeName: Iterator[String]

Traverse to parserTypeName property

Traverse to parserTypeName property

Attributes

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

Traverse to nodes where the parserTypeName matches the regular expression value

Traverse to nodes where the parserTypeName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where parserTypeName matches value exactly.

Traverse to nodes where parserTypeName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]