TraversalPropertyIsExplicit

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val traversal: Iterator[NodeType]