public static enum RelativeByteBuddyIntArithmetic.IntegerSubtraction extends Enum<RelativeByteBuddyIntArithmetic.IntegerSubtraction> 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.IntegerSubtraction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeByteBuddyIntArithmetic.IntegerSubtraction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeByteBuddyIntArithmetic.IntegerSubtraction INSTANCE
public static RelativeByteBuddyIntArithmetic.IntegerSubtraction[] values()
for (RelativeByteBuddyIntArithmetic.IntegerSubtraction c : RelativeByteBuddyIntArithmetic.IntegerSubtraction.values()) System.out.println(c);
public static RelativeByteBuddyIntArithmetic.IntegerSubtraction 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.