TraversalUnknownBase

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def containedRef: Iterator[String]

Traverse to containedRef property

Traverse to containedRef property

Attributes

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

Traverse to nodes where the containedRef matches the regular expression value

Traverse to nodes where the containedRef matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where containedRef matches value exactly.

Traverse to nodes where containedRef matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def dynamicTypeHintFullName: Iterator[String]

Traverse to dynamicTypeHintFullName property

Traverse to dynamicTypeHintFullName property

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

def possibleTypes: Iterator[String]

Traverse to possibleTypes property

Traverse to possibleTypes property

Attributes

def typeFullName: Iterator[String]

Traverse to typeFullName property

Traverse to typeFullName property

Attributes

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

Traverse to nodes where the typeFullName matches the regular expression value

Traverse to nodes where the typeFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where typeFullName matches value exactly.

Traverse to nodes where typeFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]