| 9790 | } |
| 9791 | |
| 9792 | type BoolTrueContext struct { |
| 9793 | LiteralContext |
| 9794 | tok antlr.Token |
| 9795 | } |
| 9796 | |
| 9797 | func NewBoolTrueContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolTrueContext { |
| 9798 | var p = new(BoolTrueContext) |
nothing calls this directly
no outgoing calls
no test coverage detected