| 9487 | } |
| 9488 | |
| 9489 | type BytesContext struct { |
| 9490 | LiteralContext |
| 9491 | tok antlr.Token |
| 9492 | } |
| 9493 | |
| 9494 | func NewBytesContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BytesContext { |
| 9495 | var p = new(BytesContext) |
nothing calls this directly
no outgoing calls
no test coverage detected