Package org.eolang.jeo.representation
Class DefaultVersion
java.lang.Object
org.eolang.jeo.representation.DefaultVersion
Version of ASM and Java bytecode.
- Since:
- 0.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultVersion
public DefaultVersion()Default constructor.
-
-
Method Details
-
bytecode
public int bytecode()Java bytecode version.- Returns:
- Java bytecode version.
-
api
public int api()ASM API version.- Returns:
- ASM API version.
-