public static enum MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp extends Enum<MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp> implements MethodVariableAccess.MethodLoading.TypeCastingHandler
MethodVariableAccess.MethodLoading.TypeCastingHandler.ForBridgeTarget, MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
ofIndex(TypeDescription parameterType,
int index)
Yields a stack transformation to transform the given argument of the method for which the arguments are loaded onto the operand stack.
|
static MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp INSTANCE
public static MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp[] values()
for (MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp c : MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp.values()) System.out.println(c);
public static MethodVariableAccess.MethodLoading.TypeCastingHandler.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 ofIndex(TypeDescription parameterType, int index)
ofIndex
in interface MethodVariableAccess.MethodLoading.TypeCastingHandler
parameterType
- The parameter type that is to be transformed.index
- The index of the transformed parameter.Copyright © 2014–2020. All rights reserved.