Package | Description |
---|---|
org.powermock.core.bytebuddy |
Modifier and Type | Method and 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(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters) |
Constructor and Description |
---|
ConditionalStateStackManipulation(net.bytebuddy.implementation.bytecode.StackManipulation condition,
net.bytebuddy.implementation.bytecode.StackManipulation action,
net.bytebuddy.implementation.bytecode.StackManipulation otherwise,
Frame frame) |
Copyright © 2019. All rights reserved.