public static enum AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable extends Enum<AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable> implements AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable, AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingMethodHandleLookup, AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingUnsafe
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(MethodVisitor methodVisitor)
Applies this loader.
|
int |
getLocalVariableLength()
Returns the local variable length that is required to implement this loader.
|
int |
getStackSize()
Returns the stack size that is required to implement this loader.
|
static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable INSTANCE
public static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable[] values()
for (AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable c : AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable.values()) System.out.println(c);
public static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable 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(MethodVisitor methodVisitor)
apply
in interface AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
methodVisitor
- The method visitor to use.public int getStackSize()
getStackSize
in interface AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
public int getLocalVariableLength()
getLocalVariableLength
in interface AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
Copyright © 2014–2024. All rights reserved.