PrimTypeContext constructor

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

Implementation

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