DefContext constructor

DefContext([
  1. ParserRuleContext? parent,
  2. int? invokingState
])

Implementation

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