CreationShakeMethod
Constructors
Properties
The body of the invokable entity, containing the executable code.
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 fully qualified name of the invokable entity.
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 the invokable entity.
The body of this method