TraversalImportBase

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def explicitAs: Iterator[Boolean]

Traverse to explicitAs property

Traverse to explicitAs property

Attributes

def explicitAs(value: Boolean): Iterator[NodeType]

Traverse to nodes where the explicitAs equals the given value

Traverse to nodes where the explicitAs equals the given value

Attributes

def importedAs: Iterator[String]

Traverse to importedAs property

Traverse to importedAs property

Attributes

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

Traverse to nodes where the importedAs matches the regular expression value

Traverse to nodes where the importedAs matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where importedAs matches value exactly.

Traverse to nodes where importedAs matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def importedEntity: Iterator[String]

Traverse to importedEntity property

Traverse to importedEntity property

Attributes

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

Traverse to nodes where the importedEntity matches the regular expression value

Traverse to nodes where the importedEntity matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where importedEntity matches value exactly.

Traverse to nodes where importedEntity matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def isExplicit: Iterator[Boolean]

Traverse to isExplicit property

Traverse to isExplicit property

Attributes

def isExplicit(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isExplicit equals the given value

Traverse to nodes where the isExplicit equals the given value

Attributes

def isWildcard: Iterator[Boolean]

Traverse to isWildcard property

Traverse to isWildcard property

Attributes

def isWildcard(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isWildcard equals the given value

Traverse to nodes where the isWildcard equals the given value

Attributes

Concrete fields

val traversal: Iterator[NodeType]