MethodTraversal

final
class MethodTraversal(val traversal: Traversal[Method]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def bindingTypeDecl: Traversal[TypeDecl]

Traverse to type decl which have this method bound to it.

Traverse to type decl which have this method bound to it.

def referencingBinding: Traversal[Binding]

Traverse to bindings which reference to this method.

Traverse to bindings which reference to this method.

Concrete fields

val traversal: Traversal[Method]