()
| 1817 | } |
| 1818 | |
| 1819 | func (s *TableContext) QualifiedName() IQualifiedNameContext { |
| 1820 | var t = s.GetTypedRuleContext(reflect.TypeOf((*IQualifiedNameContext)(nil)).Elem(), 0) |
| 1821 | |
| 1822 | if t == nil { |
| 1823 | return nil |
| 1824 | } |
| 1825 | |
| 1826 | return t.(IQualifiedNameContext) |
| 1827 | } |
| 1828 | |
| 1829 | func (s *TableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} { |
| 1830 | switch t := visitor.(type) { |
no outgoing calls
no test coverage detected