@lcap/nasl-unified-frontend-generator > StateContextIR > (constructor)
StateContextIR.(constructor)
Constructs a new instance of the StateContextIR class
Signature:
constructor(providedStates: StateIR[], consumedStateNames: string[], actions: StateActionIR[], parentCtx: StateContextIR | null);
Parameters
| Parameter | Type | Description |
|---|---|---|
| providedStates | StateIR[] | |
| consumedStateNames | string[] | |
| actions | StateActionIR[] | |
| parentCtx | StateContextIR | null |