| 2016 | } |
| 2017 | |
| 2018 | type SortItemContext struct { |
| 2019 | *antlr.BaseParserRuleContext |
| 2020 | parser antlr.Parser |
| 2021 | ordering antlr.Token |
| 2022 | nullOrdering antlr.Token |
| 2023 | } |
| 2024 | |
| 2025 | func NewEmptySortItemContext() *SortItemContext { |
| 2026 | var p = new(SortItemContext) |
nothing calls this directly
no outgoing calls
no test coverage detected