public class Frame extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Frame.LocalVariable |
Constructor and Description |
---|
Frame(List<Frame.LocalVariable> locals) |
Modifier and Type | Method and Description |
---|---|
Frame |
addLocalVariable(Frame.LocalVariable localVariable) |
Frame |
addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types) |
Frame |
addTopToLocals(int count) |
static Frame |
beforeConstructorCall(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters) |
Object[] |
locals() |
int |
localSize() |
int |
maxLocalVariableIndex() |
public Frame(List<Frame.LocalVariable> locals)
public static Frame beforeConstructorCall(Iterable<? extends net.bytebuddy.description.method.ParameterDescription> constructorParameters)
public Frame addTopToLocals(int count)
public Frame addLocalVariable(Frame.LocalVariable localVariable)
public Frame addLocalVariables(net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription.InDefinedShape> types)
public Object[] locals()
public int localSize()
public int maxLocalVariableIndex()
Copyright © 2019. All rights reserved.