Uses of Enum Class
io.smallrye.classfile.Opcode.Kind
Packages that use Opcode.Kind
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Opcode.Kind in io.smallrye.classfile
Methods in io.smallrye.classfile that return Opcode.KindModifier and TypeMethodDescriptionOpcode.kind()Returns operation kind.static Opcode.KindReturns the enum constant of this class with the specified name.static Opcode.Kind[]Opcode.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.