Package org.powermock.core.bytebuddy
Class Frame
java.lang.Object
org.powermock.core.bytebuddy.Frame
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocalVariable
(Frame.LocalVariable localVariable) addLocalVariables
(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types) addTopToLocals
(int count) static Frame
beforeConstructorCall
(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters) Object[]
locals()
int
int
-
Field Details
-
stack
-
locals
-
-
Constructor Details
-
Frame
-
-
Method Details
-
beforeConstructorCall
-
addTopToLocals
-
addLocalVariable
-
addLocalVariables
public Frame addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types) -
locals
-
localSize
public int localSize() -
maxLocalVariableIndex
public int maxLocalVariableIndex()
-