Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

State Scopes allow to define Variable Declarations, Signal Declarations, and Reactions Local Reactions:

 

Info
iconfalse
titleStateScope

StateScope:
{SimpleScope} declarations+=(VariableDeclaration | SignalDeclaration | LocalReaction)*;

 

Interface Declarations

Declarations in a state interface scope are visible in this state and its descendant states.

...