TraversalPropertyExplicitAs

io.shiftleft.codepropertygraph.generated.traversals.TraversalPropertyExplicitAs
final class TraversalPropertyExplicitAs[NodeType <: StoredNode & StaticType[HasExplicitAsEMT]](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

Concrete fields

val traversal: Iterator[NodeType]