NodeBaseTypeTraversalImplicits

io.shiftleft.codepropertygraph.generated.traversal.NodeBaseTypeTraversalImplicits
trait NodeBaseTypeTraversalImplicits extends Implicits

Attributes

Graph
Supertypes
trait Implicits
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Implicits

Implicits

implicit def toAstNodeTraversalExtGen[NodeType <: AstNode](trav: IterableOnce[NodeType]): AstNodeTraversalExtGen[NodeType]
implicit def toCallReprTraversalExtGen[NodeType <: CallRepr](trav: IterableOnce[NodeType]): CallReprTraversalExtGen[NodeType]
implicit def toCfgNodeTraversalExtGen[NodeType <: CfgNode](trav: IterableOnce[NodeType]): CfgNodeTraversalExtGen[NodeType]
implicit def toDeclarationTraversalExtGen[NodeType <: Declaration](trav: IterableOnce[NodeType]): DeclarationTraversalExtGen[NodeType]
implicit def toExpressionTraversalExtGen[NodeType <: Expression](trav: IterableOnce[NodeType]): ExpressionTraversalExtGen[NodeType]

Inherited implicits

implicit def iterableToTraversal[A](iterable: IterableOnce[A]): Traversal[A]

Attributes

Inherited from:
Implicits
implicit def iteratorToTraversal[A](iterator: Iterator[A]): Traversal[A]

Attributes

Inherited from:
Implicits
implicit def jIteratortoTraversal[A](jiterator: Iterator[A]): Traversal[A]

Attributes

Inherited from:
Implicits
implicit def toEdgeTraversal[A <: Edge](traversal: Traversal[A]): EdgeTraversal[A]

Attributes

Inherited from:
Implicits
implicit def toElementTraversal[A <: Element](traversal: Traversal[A]): ElementTraversal[A]

Attributes

Inherited from:
Implicits
implicit def toNodeTraversal[A <: Node](traversal: Traversal[A]): NodeTraversal[A]

Attributes

Inherited from:
Implicits