Returns the text content of this token. @return the token's text content
()
| 171 | * @return the token's text content |
| 172 | */ |
| 173 | public String getText() { |
| 174 | return text; |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Sets the text content of this token. |
no outgoing calls
no test coverage detected