Uses of Class
org.powermock.core.bytebuddy.Frame
-
Packages that use Frame Package Description org.powermock.core.bytebuddy -
-
Uses of Frame in org.powermock.core.bytebuddy
Fields in org.powermock.core.bytebuddy declared as Frame Modifier and Type Field Description private FrameConditionalStateStackManipulation. frameMethods in org.powermock.core.bytebuddy that return Frame Modifier and Type Method Description FrameFrame. addLocalVariable(Frame.LocalVariable localVariable)FrameFrame. addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types)FrameFrame. addTopToLocals(int count)static FrameFrame. beforeConstructorCall(java.lang.Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters)Constructors in org.powermock.core.bytebuddy with parameters of type Frame Constructor Description ConditionalStateStackManipulation(net.bytebuddy.implementation.bytecode.StackManipulation condition, net.bytebuddy.implementation.bytecode.StackManipulation action, net.bytebuddy.implementation.bytecode.StackManipulation otherwise, Frame frame)
-