For the same reason as above, the source line information in the contained TemplateText node should be used.
()
| 974 | * For the same reason as above, the source line information in the contained TemplateText node should be used. |
| 975 | */ |
| 976 | @Override |
| 977 | public Mark getStart() { |
| 978 | if (text == null && body != null && body.size() > 0) { |
| 979 | return body.getNode(0).getStart(); |
| 980 | } else { |
| 981 | return super.getStart(); |
| 982 | } |
| 983 | } |
| 984 | } |
| 985 | |
| 986 | /** |