MethodParameterTraversal

@Traversal(elementType = scala.Predef.classOf[io.shiftleft.codepropertygraph.generated.nodes.MethodParameterIn])
final class MethodParameterTraversal(val traversal: Traversal[MethodParameterIn]) extends AnyVal

Formal method input parameter

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def annotation: Traversal[Annotation]

Traverse to parameter annotations

Traverse to parameter annotations

def argument(implicit callResolver: ICallResolver): Traversal[Expression]

Traverse to arguments (actual parameters) associated with this formal parameter

Traverse to arguments (actual parameters) associated with this formal parameter

def indexFrom(num: Int): Traversal[MethodParameterIn]

Traverse to all parameters with index greater or equal than num

Traverse to all parameters with index greater or equal than num

def indexTo(num: Int): Traversal[MethodParameterIn]

Traverse to all parameters with index smaller or equal than num

Traverse to all parameters with index smaller or equal than num

Concrete fields

val traversal: Traversal[MethodParameterIn]