Gets the symbol ID associated with a given symbol name. @param name must not be null or empty. @return the id of the requested symbol, or #UNKNOWN_SYMBOL_ID if it's not defined. @throws NullPointerException if name is null.
(String name)
| 260 | * @throws NullPointerException if {@code name} is null. |
| 261 | */ |
| 262 | public int findSymbol(String name); |
| 263 | |
| 264 | |
| 265 | /** |
no outgoing calls