Java org.objectweb.asm.tree.analysis Frame fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm.tree.analysis Frame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm.tree.analysis Frame.

The text is from its open source code.

Subclass

org.objectweb.asm.tree.analysis.Frame has subclasses.
Click this link to see all its subclasses.

Method

VgetLocal(final int index)
Returns the value of the given local variable.
intgetLocals()
Returns the maximum number of local variables of this frame.
VgetStack(final int index)
Returns the value of the given operand stack slot.
intgetStackSize()
Returns the number of values in the operand stack of this frame.
StringtoString()
Returns a string representation of this frame.