public static enum RelativeByteBuddyIntArithmetic.IntegerMultiplication extends Enum<RelativeByteBuddyIntArithmetic.IntegerMultiplication> implements net.bytebuddy.implementation.bytecode.StackManipulation
net.bytebuddy.implementation.bytecode.StackManipulation.Compound, net.bytebuddy.implementation.bytecode.StackManipulation.Illegal, net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial, net.bytebuddy.implementation.bytecode.StackManipulation.Size| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.implementation.bytecode.StackManipulation.Size |
apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext) |
boolean |
isValid() |
static RelativeByteBuddyIntArithmetic.IntegerMultiplication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeByteBuddyIntArithmetic.IntegerMultiplication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeByteBuddyIntArithmetic.IntegerMultiplication INSTANCE
public static RelativeByteBuddyIntArithmetic.IntegerMultiplication[] values()
for (RelativeByteBuddyIntArithmetic.IntegerMultiplication c : RelativeByteBuddyIntArithmetic.IntegerMultiplication.values()) System.out.println(c);
public static RelativeByteBuddyIntArithmetic.IntegerMultiplication valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isValid()
isValid in interface net.bytebuddy.implementation.bytecode.StackManipulationpublic net.bytebuddy.implementation.bytecode.StackManipulation.Size apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext)
apply in interface net.bytebuddy.implementation.bytecode.StackManipulationCopyright © 2015. All Rights Reserved.