| 5529 | } |
| 5530 | |
| 5531 | type BytesContext struct { |
| 5532 | LiteralContext |
| 5533 | tok antlr.Token |
| 5534 | } |
| 5535 | |
| 5536 | func NewBytesContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BytesContext { |
| 5537 | var p = new(BytesContext) |
nothing calls this directly
no outgoing calls
no test coverage detected