| 6793 | } |
| 6794 | |
| 6795 | type SubscriptContext struct { |
| 6796 | *PrimaryExpressionContext |
| 6797 | value IPrimaryExpressionContext |
| 6798 | index IValueExpressionContext |
| 6799 | } |
| 6800 | |
| 6801 | func NewSubscriptContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SubscriptContext { |
| 6802 | var p = new(SubscriptContext) |
nothing calls this directly
no outgoing calls
no test coverage detected