Uses of Class
net.bytebuddy.utility.GraalImageCode
-
Packages that use GraalImageCode Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of GraalImageCode in net.bytebuddy.utility
Fields in net.bytebuddy.utility declared as GraalImageCode Modifier and Type Field Description private static GraalImageCodeGraalImageCode. currentThe current image code ornullif the image code was not yet resolved.Methods in net.bytebuddy.utility that return GraalImageCode Modifier and Type Method Description static GraalImageCodeGraalImageCode. getCurrent()Resolves the status of the Graal image code.GraalImageCodeGraalImageCode.ImageCodeContextAction. run()static GraalImageCodeGraalImageCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraalImageCode[]GraalImageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-