Gets the text content of this symbol. @return the text of the symbol, or null if this is null.symbol . @throws UnknownSymbolException if this symbol has unknown text.
()
| 33 | * @throws UnknownSymbolException if this symbol has unknown text. |
| 34 | */ |
| 35 | public String stringValue() |
| 36 | throws UnknownSymbolException; |
| 37 | |
| 38 |
no outgoing calls