ClassNameText returns the text of the class name node.
()
| 132 | |
| 133 | // ClassNameText returns the text of the class name node. |
| 134 | func (d *ExtendsClassCompletionData) ClassNameText() string { |
| 135 | return scanner.GetTextOfNode(d.ClassName) |
| 136 | } |
no outgoing calls