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 Frame
ConditionalStateStackManipulation. frame
Methods in org.powermock.core.bytebuddy that return Frame Modifier and Type Method Description Frame
Frame. addLocalVariable(Frame.LocalVariable localVariable)
Frame
Frame. addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types)
Frame
Frame. addTopToLocals(int count)
static Frame
Frame. 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)
-