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