public static enum Advice.Dispatcher.RelocationHandler.Relocation.Illegal extends Enum<Advice.Dispatcher.RelocationHandler.Relocation.Illegal> implements Advice.Dispatcher.RelocationHandler.Relocation
Advice.Dispatcher.RelocationHandler.Relocation.Illegal| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.objectweb.asm.MethodVisitor methodVisitor)
Applies this relocator.
|
static Advice.Dispatcher.RelocationHandler.Relocation.Illegal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.Dispatcher.RelocationHandler.Relocation.Illegal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advice.Dispatcher.RelocationHandler.Relocation.Illegal INSTANCE
public static Advice.Dispatcher.RelocationHandler.Relocation.Illegal[] values()
for (Advice.Dispatcher.RelocationHandler.Relocation.Illegal c : Advice.Dispatcher.RelocationHandler.Relocation.Illegal.values()) System.out.println(c);
public static Advice.Dispatcher.RelocationHandler.Relocation.Illegal 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 void apply(org.objectweb.asm.MethodVisitor methodVisitor)
Advice.Dispatcher.RelocationHandler.Relocationapply in interface Advice.Dispatcher.RelocationHandler.RelocationmethodVisitor - The method visitor to use.Copyright © 2014–2018. All rights reserved.