(Object value)
| 162 | // setValue sets the value associated with a STRING, FLOAT, INT, |
| 163 | // IDENTIFIER, or COMMENT token, and records the raw text of the token. |
| 164 | private void setValue(Object value) { |
| 165 | this.value = value; |
| 166 | } |
| 167 | |
| 168 | /** Returns the raw input text associated with the current token. */ |
| 169 | String getRaw() { |
no outgoing calls
no test coverage detected