(ast: StateAst, context: any)
| 15 | export interface AstVisitor { |
| 16 | visitTrigger(ast: TriggerAst, context: any): any; |
| 17 | visitState(ast: StateAst, context: any): any; |
| 18 | visitTransition(ast: TransitionAst, context: any): any; |
| 19 | visitSequence(ast: SequenceAst, context: any): any; |
| 20 | visitGroup(ast: GroupAst, context: any): any; |
no outgoing calls
no test coverage detected