Represents the type of a method (instance or static).
Instance method that requires an instance of the class
Static method that can be called without an instance
Represents the type of a method (instance or static).