io.shiftleft.codepropertygraph.generated.traversals.TraversalAnnotationparameterBase.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codepropertygraph-domain-classes_3 Show documentation
Show all versions of codepropertygraph-domain-classes_3 Show documentation
codepropertygraph-domain-classes
package io.shiftleft.codepropertygraph.generated.traversals
import io.shiftleft.codepropertygraph.generated.nodes
import io.shiftleft.codepropertygraph.generated.accessors.languagebootstrap.*
final class TraversalAnnotationparameterBase[NodeType <: nodes.AnnotationParameterBase](
val traversal: Iterator[NodeType]
) extends AnyVal {}