Function
NewComparisonOperatorContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 8588 | func (*ComparisonOperatorContext) IsComparisonOperatorContext() {} |
| 8589 | |
| 8590 | func NewComparisonOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ComparisonOperatorContext { |
| 8591 | var p = new(ComparisonOperatorContext) |
| 8592 | |
| 8593 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 8594 | |
| 8595 | p.parser = parser |
| 8596 | p.RuleIndex = SqlBaseParserRULE_comparisonOperator |
| 8597 | |
| 8598 | return p |
| 8599 | } |
| 8600 | |
| 8601 | func (s *ComparisonOperatorContext) GetParser() antlr.Parser { return s.parser } |
| 8602 | |
Tested by
no test coverage detected