TraversalPropertyIsExternal

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def isExternal: Iterator[Boolean]

Traverse to isExternal property

Traverse to isExternal property

Attributes

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

Traverse to nodes where the isExternal equals the given value

Traverse to nodes where the isExternal equals the given value

Attributes

Concrete fields

val traversal: Iterator[NodeType]