Interface IStateTransitionGenerator
Namespace: Ludiq.Bolt
Syntax
public interface IStateTransitionGenerator : IGenerator
Properties
target
Declaration
IStateTransition target { get; }
Property Value
| Type | Description |
|---|---|
| IStateTransition |
Methods
DeclareMembers(ClassGeneration)
Declaration
void DeclareMembers(ClassGeneration class)
Parameters
| Type | Name | Description |
|---|---|---|
| ClassGeneration | class |
GenerateConstructorStatements(ConstructorGeneration)
Declaration
IEnumerable<CodeStatement> GenerateConstructorStatements(ConstructorGeneration method)
Parameters
| Type | Name | Description |
|---|---|---|
| ConstructorGeneration | method |
Returns
| Type | Description |
|---|---|
| IEnumerable<CodeStatement> |