Uses of Enum Class
net.bytebuddy.utility.GraalImageCode
Packages that use GraalImageCode
Package
Description
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 GraalImageCodeModifier and TypeFieldDescriptionprivate static GraalImageCode
GraalImageCode.current
The current image code ornull
if the image code was not yet resolved.Methods in net.bytebuddy.utility that return GraalImageCodeModifier and TypeMethodDescriptionstatic GraalImageCode
GraalImageCode.getCurrent()
Resolves the status of the Graal image code.GraalImageCode.ImageCodeContextAction.run()
static GraalImageCode
Returns the enum constant of this class with the specified name.static GraalImageCode[]
GraalImageCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.