| 1114 | } |
| 1115 | |
| 1116 | type DeclContext struct { |
| 1117 | antlr.BaseParserRuleContext |
| 1118 | parser antlr.Parser |
| 1119 | } |
| 1120 | |
| 1121 | func NewEmptyDeclContext() *DeclContext { |
| 1122 | var p = new(DeclContext) |
nothing calls this directly
no outgoing calls
no test coverage detected