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