Package org.eolang.jeo.representation
Class DefaultVersion
java.lang.Object
org.eolang.jeo.representation.DefaultVersion
Default version configuration for ASM API and Java bytecode.
This class encapsulates the default versions used for ASM API and Java bytecode generation, providing consistent version management across the representation layer.
- 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.
-