Uses of Enum Class
java.lang.classfile.Opcode.Kind
Packages that use Opcode.Kind
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Opcode.Kind in java.lang.classfile
Subclasses with type arguments of type Opcode.Kind in java.lang.classfileMethods in java.lang.classfile that return Opcode.KindModifier and TypeMethodDescriptionOpcode.kind()
Returns operation kind.static Opcode.Kind
Returns 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.