| 5832 | } |
| 5833 | |
| 5834 | type BoolTrueContext struct { |
| 5835 | LiteralContext |
| 5836 | tok antlr.Token |
| 5837 | } |
| 5838 | |
| 5839 | func NewBoolTrueContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolTrueContext { |
| 5840 | var p = new(BoolTrueContext) |
nothing calls this directly
no outgoing calls
no test coverage detected