Package | Description |
---|---|
org.objectweb.asm.test |
Modifier and Type | Method and Description |
---|---|
static AsmTest.Api |
AsmTest.Api.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmTest.Api[] |
AsmTest.Api.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsmTest.PrecompiledClass.isMoreRecentThan(AsmTest.Api api)
Returns true if this class was compiled with a JDK which is more recent than the given ASM
API.
|
Copyright © 2021. All rights reserved.