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