TypeDeclTraversal

final
class TypeDeclTraversal(val traversal: Traversal[TypeDecl]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def boundMethod: Traversal[Method]

Traverse to methods bound to this type decl.

Traverse to methods bound to this type decl.

def methodBinding: Traversal[Binding]

Traverse to the method bindings of this type declaration.

Traverse to the method bindings of this type declaration.

Concrete fields

val traversal: Traversal[TypeDecl]