LocalTraversal

io.shiftleft.semanticcpg.language.types.structure.LocalTraversal
final class LocalTraversal(val traversal: Iterator[Local]) extends AnyVal

A local variable

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def method: Iterator[Method]

The method hosting this local variable

The method hosting this local variable

Attributes

Concrete fields

val traversal: Iterator[Local]