Uses of Class
org.objectweb.asm.test.AsmTest.Api
-
Packages that use AsmTest.Api Package Description org.objectweb.asm.test -
-
Uses of AsmTest.Api in org.objectweb.asm.test
Methods in org.objectweb.asm.test that return AsmTest.Api Modifier and Type Method 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.Methods in org.objectweb.asm.test with parameters of type AsmTest.Api Modifier and Type Method 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.
-