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