CreationShakeInvokable
abstract class CreationShakeInvokable(val body: CreationShakeCode?, val parameters: List<CreationShakeParameter>, val returnType: CreationShakeType) : ShakeInvokable(source)
Inheritors
Constructors
Link copied to clipboard
constructor(body: CreationShakeCode?, parameters: List<CreationShakeParameter>, returnType: CreationShakeType)
Properties
Link copied to clipboard
The body of the invokable entity, containing the executable code.
Link copied to clipboard
A list of parameters that the invokable entity accepts.
Link copied to clipboard
The fully qualified name of the invokable entity.
Link copied to clipboard
The return type of the invokable entity.