Uses of Class
org.powermock.core.bytebuddy.Variable
Packages that use Variable
-
Uses of Variable in org.powermock.core.bytebuddy
Fields in org.powermock.core.bytebuddy with type parameters of type VariableModifier and TypeFieldDescriptionMockGetawayCall.ConstructorMockGetawayCall.arguments
MockGetawayCall.WithArguments.arguments
Methods in org.powermock.core.bytebuddy that return VariableModifier and TypeMethodDescriptionstatic Variable
Variable.of
(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset) Methods in org.powermock.core.bytebuddy with parameters of type VariableModifier and TypeMethodDescriptionstatic net.bytebuddy.implementation.bytecode.StackManipulation
static net.bytebuddy.implementation.bytecode.StackManipulation
static net.bytebuddy.implementation.bytecode.StackManipulation
Method parameters in org.powermock.core.bytebuddy with type arguments of type VariableModifier and TypeMethodDescriptionMockGetawayCall.ForType.withArguments
(List<Variable> parameters) Constructor parameters in org.powermock.core.bytebuddy with type arguments of type VariableModifierConstructorDescriptionprivate
ConstructorMockGetawayCall
(Method getawayMethod, net.bytebuddy.description.type.TypeDescription targetType, List<Variable> arguments, net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters) private
WithArguments
(MockGetawayCall.ForType forType, List<Variable> arguments)