@return the ClassReader from which this SymbolTable was constructed, or null if it was constructed from scratch.
()
| 317 | * constructed from scratch. |
| 318 | */ |
| 319 | ClassReader getSource() { |
| 320 | return sourceClassReader; |
| 321 | } |
| 322 | |
| 323 | /** @return the major version of the class to which this symbol table belongs. */ |
| 324 | int getMajorVersion() { |
no outgoing calls
no test coverage detected