()
| 9428 | } |
| 9429 | |
| 9430 | func (s *SqltypeContext) AllIdentifier() []IIdentifierContext { |
| 9431 | var ts = s.GetTypedRuleContexts(reflect.TypeOf((*IIdentifierContext)(nil)).Elem()) |
| 9432 | var tst = make([]IIdentifierContext, len(ts)) |
| 9433 | |
| 9434 | for i, t := range ts { |
| 9435 | if t != nil { |
| 9436 | tst[i] = t.(IIdentifierContext) |
| 9437 | } |
| 9438 | } |
| 9439 | |
| 9440 | return tst |
| 9441 | } |
| 9442 | |
| 9443 | func (s *SqltypeContext) Identifier(i int) IIdentifierContext { |
| 9444 | var t = s.GetTypedRuleContext(reflect.TypeOf((*IIdentifierContext)(nil)).Elem(), i) |
no outgoing calls
no test coverage detected