TraversalPropertyIsVariadic

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def isVariadic: Iterator[Boolean]

Traverse to isVariadic property

Traverse to isVariadic property

Attributes

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

Traverse to nodes where the isVariadic equals the given value

Traverse to nodes where the isVariadic equals the given value

Attributes

Concrete fields

val traversal: Iterator[NodeType]