IdentifierTraversal

final
class IdentifierTraversal(val traversal: Traversal[Identifier]) extends AnyVal

An identifier, e.g., an instance of a local variable, or a temporary variable

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def refsTo: Traversal[Declaration]

Traverse to all declarations of this identifier

Traverse to all declarations of this identifier

Concrete fields

val traversal: Traversal[Identifier]