klyn.Type.getMethods
method
public getMethods(notInherited as Boolean = true) as ArrayList<Method>:
Description
Method to get the methods of the type.
Parameters
  • notInherited If true, only methods declared in this type are returned.
Returns
The list of reflected methods.