| 2967 | } |
| 2968 | |
| 2969 | type NamedQueryContext struct { |
| 2970 | *antlr.BaseParserRuleContext |
| 2971 | parser antlr.Parser |
| 2972 | name IIdentifierContext |
| 2973 | } |
| 2974 | |
| 2975 | func NewEmptyNamedQueryContext() *NamedQueryContext { |
| 2976 | var p = new(NamedQueryContext) |
nothing calls this directly
no outgoing calls
no test coverage detected