Uses of Class
org.powermock.core.bytebuddy.Frame
Packages that use Frame
-
Uses of Frame in org.powermock.core.bytebuddy
Fields in org.powermock.core.bytebuddy declared as FrameMethods in org.powermock.core.bytebuddy that return FrameModifier and TypeMethodDescriptionFrame.addLocalVariable(Frame.LocalVariable localVariable) Frame.addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types) Frame.addTopToLocals(int count) static FrameFrame.beforeConstructorCall(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters) Constructors in org.powermock.core.bytebuddy with parameters of type FrameModifierConstructorDescriptionConditionalStateStackManipulation(net.bytebuddy.implementation.bytecode.StackManipulation condition, net.bytebuddy.implementation.bytecode.StackManipulation action, net.bytebuddy.implementation.bytecode.StackManipulation otherwise, Frame frame)