Returns a human-readable description of this node's semantic meaning. @return a description string from Types
()
| 324 | * @return a description string from {@link Types} |
| 325 | */ |
| 326 | public String getDescription() { |
| 327 | return Types.getDescription(getMeaning()); |
| 328 | } |
| 329 | |
| 330 | /** |
| 331 | * Returns the starting line number of this node in the source. |
nothing calls this directly
no test coverage detected