ProgContext constructor
ProgContext([
- ParserRuleContext? parent,
- int? invokingState
Implementation
ProgContext([ParserRuleContext? parent, int? invokingState]) : super(parent, invokingState);