public final class ASM
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
API_VERSION
The detected ASM API Version
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getApiVersionMajor()
Get the major API version
|
static int |
getApiVersionMinor()
Get the minor API version
|
static java.lang.String |
getApiVersionString()
Get the ASM API version as a string (mostly for debugging and the banner)
|
public static int getApiVersionMajor()
public static int getApiVersionMinor()
public static java.lang.String getApiVersionString()