| 6718 | } |
| 6719 | |
| 6720 | type Signed_numberContext struct { |
| 6721 | antlr.BaseParserRuleContext |
| 6722 | parser antlr.Parser |
| 6723 | } |
| 6724 | |
| 6725 | func NewEmptySigned_numberContext() *Signed_numberContext { |
| 6726 | var p = new(Signed_numberContext) |
nothing calls this directly
no outgoing calls
no test coverage detected