Returns the element at the specified index, or null if not found. @param index the element index (0 for root) @return the element at the index, or null
(int index)
| 262 | * @return the element at the index, or {@code null} |
| 263 | */ |
| 264 | public abstract CSTNode get(int index); |
| 265 | |
| 266 | /** |
| 267 | * Returns the element at the specified index, or {@link Token#NULL} if |