| Package | Description |
|---|---|
| org.objectweb.asm.test |
| Modifier and Type | Method and Description |
|---|---|
static AsmTest.Api |
AsmTest.Api.valueOf(java.lang.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 |
|---|---|
private static java.util.stream.Stream<org.junit.jupiter.params.provider.Arguments> |
AsmTest.classesAndApis(AsmTest.Api... apis) |
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.
|