@return the major version of the class to which this symbol table belongs.
()
| 322 | |
| 323 | /** @return the major version of the class to which this symbol table belongs. */ |
| 324 | int getMajorVersion() { |
| 325 | return majorVersion; |
| 326 | } |
| 327 | |
| 328 | /** @return the internal name of the class to which this symbol table belongs. */ |
| 329 | String getClassName() { |
no outgoing calls
no test coverage detected