Returns the current meaning (interpretation) of this token. May differ from #getType() if the meaning has been reassigned. @return the token's current meaning type
()
| 86 | * @return the token's current meaning type |
| 87 | */ |
| 88 | @Override |
| 89 | public int getMeaning() { |
| 90 | return meaning; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Sets the meaning (interpretation) for this token. |
no outgoing calls
no test coverage detected