methods

fun methods(selection: MethodSelectionFilter = MethodSelection.declared, f: Methods.() -> Unit)(source)
fun methods(label: String?, selection: MethodSelectionFilter = MethodSelection.declared, f: Methods.() -> Unit)(source)


fun methods(inherited: Boolean, f: Methods.() -> Unit)(source)

Deprecated

Use methods(selection: MethodSelection, f: Methods.() -> Unit) instead

iterates methods of current classes. When inherited is true, fields inherited from super classes are included too.