public static enum Advice.AssignReturned.ExceptionHandler.Factory.NoOp extends Enum<Advice.AssignReturned.ExceptionHandler.Factory.NoOp> implements Advice.AssignReturned.ExceptionHandler.Factory
Advice.AssignReturned.ExceptionHandler.Factory.Enabled, Advice.AssignReturned.ExceptionHandler.Factory.NoOp
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
static Advice.AssignReturned.ExceptionHandler.Factory.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.AssignReturned.ExceptionHandler.Factory.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
StackManipulation |
wrap(StackManipulation stackManipulation,
StackManipulation exceptionHandler,
Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)
Wraps the supplied stack manipulation.
|
public static final Advice.AssignReturned.ExceptionHandler.Factory.NoOp INSTANCE
public static Advice.AssignReturned.ExceptionHandler.Factory.NoOp[] values()
for (Advice.AssignReturned.ExceptionHandler.Factory.NoOp c : Advice.AssignReturned.ExceptionHandler.Factory.NoOp.values()) System.out.println(c);
public static Advice.AssignReturned.ExceptionHandler.Factory.NoOp 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 StackManipulation wrap(StackManipulation stackManipulation, StackManipulation exceptionHandler, Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)
wrap
in interface Advice.AssignReturned.ExceptionHandler.Factory
stackManipulation
- The stack manipulation that represents the assignment.exceptionHandler
- The exception handler to apply.stackMapFrameHandler
- The stack map frame handler to use.Copyright © 2014–2024. All rights reserved.