Function
NewSqltypeContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 9372 | func (*SqltypeContext) IsSqltypeContext() {} |
| 9373 | |
| 9374 | func NewSqltypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SqltypeContext { |
| 9375 | var p = new(SqltypeContext) |
| 9376 | |
| 9377 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 9378 | |
| 9379 | p.parser = parser |
| 9380 | p.RuleIndex = SqlBaseParserRULE_sqltype |
| 9381 | |
| 9382 | return p |
| 9383 | } |
| 9384 | |
| 9385 | func (s *SqltypeContext) GetParser() antlr.Parser { return s.parser } |
| 9386 | |
Tested by
no test coverage detected