Gets the text of this symbol. If the text is not known (usually due to a shared symbol table being unavailable) then this method returns null. In such cases #getSid() will be non-negative. @return the text of this symbol, or null if the text is unknown.
()
| 45 | * @return the text of this symbol, or null if the text is unknown. |
| 46 | */ |
| 47 | public String getText(); |
| 48 | |
| 49 | |
| 50 | /** |
no outgoing calls