Class MockGetawayCall.ConstructorMockGetawayCall
java.lang.Object
org.powermock.core.bytebuddy.MockGetawayCall.ConstructorMockGetawayCall
- All Implemented Interfaces:
net.bytebuddy.implementation.bytecode.StackManipulation
- Enclosing class:
MockGetawayCall
private static class MockGetawayCall.ConstructorMockGetawayCall
extends Object
implements net.bytebuddy.implementation.bytecode.StackManipulation
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.implementation.bytecode.StackManipulation
net.bytebuddy.implementation.bytecode.StackManipulation.AbstractBase, net.bytebuddy.implementation.bytecode.StackManipulation.Compound, net.bytebuddy.implementation.bytecode.StackManipulation.Illegal, net.bytebuddy.implementation.bytecode.StackManipulation.Simple, net.bytebuddy.implementation.bytecode.StackManipulation.Size, net.bytebuddy.implementation.bytecode.StackManipulation.Trivial -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Methodprivate final net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> private final net.bytebuddy.description.type.TypeDescription -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateConstructorMockGetawayCall(Method getawayMethod, net.bytebuddy.description.type.TypeDescription targetType, List<Variable> arguments, net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters) -
Method Summary
Modifier and TypeMethodDescriptionnet.bytebuddy.implementation.bytecode.StackManipulation.Sizeapply(net.bytebuddy.jar.asm.MethodVisitor mv, net.bytebuddy.implementation.Implementation.Context implementationContext) booleanisValid()private List<net.bytebuddy.implementation.bytecode.StackManipulation> private List<net.bytebuddy.implementation.bytecode.StackManipulation>
-
Field Details
-
getawayMethod
-
targetType
private final net.bytebuddy.description.type.TypeDescription targetType -
arguments
-
targetParameters
private final net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters
-
-
Constructor Details
-
ConstructorMockGetawayCall
-
-
Method Details
-
loadSignatureParametersClasess
private List<net.bytebuddy.implementation.bytecode.StackManipulation> loadSignatureParametersClasess() -
loadArgumentsFromVariable
-
isValid
public boolean isValid()- Specified by:
isValidin interfacenet.bytebuddy.implementation.bytecode.StackManipulation
-
apply
public net.bytebuddy.implementation.bytecode.StackManipulation.Size apply(net.bytebuddy.jar.asm.MethodVisitor mv, net.bytebuddy.implementation.Implementation.Context implementationContext) - Specified by:
applyin interfacenet.bytebuddy.implementation.bytecode.StackManipulation
-