ShakeMethod
A ShakeMethod is a method in a ShakeClass or ShakePackage
See also
Inheritors
Properties
The class this method is in. This is null if the method is not within a class
Is this method abstract?
Is this method an operator?
Is this method protected?
Is this method synchronized?
A list of parameters that the invokable entity accepts.
The parameter types of this method
The parent scope of this method. The method's scope will extend this scope.
The package this method is in. Also holds the package if this method is in a class
The project this method is in. This also keeps the project if this method is inside of a package or class
The qualified name of this method, including the package and class. This is not unique, as it does not contain the signature!
The qualified signature of this method, including the package, class, parameter types and the return type. This must be unique and can be threaded as a unique identifier.
The return type of this method
The body of this method