Uses of Class
org.powermock.core.bytebuddy.Variable
-
Packages that use Variable Package Description org.powermock.core.bytebuddy -
-
Uses of Variable in org.powermock.core.bytebuddy
Fields in org.powermock.core.bytebuddy with type parameters of type Variable Modifier and Type Field Description private java.util.List<Variable>MockGetawayCall.ConstructorMockGetawayCall. argumentsprivate java.util.List<Variable>MockGetawayCall.WithArguments. argumentsMethods in org.powermock.core.bytebuddy that return Variable Modifier and Type Method Description static VariableVariable. of(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)Methods in org.powermock.core.bytebuddy with parameters of type Variable Modifier and Type Method Description static net.bytebuddy.implementation.bytecode.StackManipulationVariable.VariableAccess. load(Variable variable)static net.bytebuddy.implementation.bytecode.StackManipulationVariable.VariableAccess. load(Variable variable, boolean boxing)static net.bytebuddy.implementation.bytecode.StackManipulationVariable.VariableAccess. store(Variable variable)Method parameters in org.powermock.core.bytebuddy with type arguments of type Variable Modifier and Type Method Description MockGetawayCall.WithArgumentsMockGetawayCall.ForType. withArguments(java.util.List<Variable> parameters)Constructor parameters in org.powermock.core.bytebuddy with type arguments of type Variable Constructor Description ConstructorMockGetawayCall(java.lang.reflect.Method getawayMethod, net.bytebuddy.description.type.TypeDescription targetType, java.util.List<Variable> arguments, net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> targetParameters)WithArguments(MockGetawayCall.ForType forType, java.util.List<Variable> arguments)
-