MCPcopy Index your code
hub / github.com/clojure/clojure / getMajorVersion

Method getMajorVersion

src/jvm/clojure/asm/SymbolTable.java:324–326  ·  view source on GitHub ↗

@return the major version of the class to which this symbol table belongs.

()

Source from the content-addressed store, hash-verified

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() {

Callers 6

computeFieldInfoSizeMethod · 0.80
putFieldInfoMethod · 0.80
putFrameMethod · 0.80
computeMethodInfoSizeMethod · 0.80
putMethodInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected