| accessor | Gets the getter and setter kinds.
|
| getter | Gets the kind of a getter accessor, such as get f() {}.
|
| method | Gets the kind of a method, such as m() {}
|
| of | Gets the member kind of a given syntactic member declaration in a class.
|
| setter | Gets the kind of a setter accessor, such as set f() {}.
|