BlockLitContext constructor

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

Implementation

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