| 5676 | } |
| 5677 | |
| 5678 | type BoolFalseContext struct { |
| 5679 | LiteralContext |
| 5680 | tok antlr.Token |
| 5681 | } |
| 5682 | |
| 5683 | func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext { |
| 5684 | var p = new(BoolFalseContext) |
nothing calls this directly
no outgoing calls
no test coverage detected