Uses of Class
org.objectweb.asm.Frame
-
Packages that use Frame Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of Frame in org.objectweb.asm
Subclasses of Frame in org.objectweb.asm Modifier and Type Class Description (package private) class
CurrentFrame
Information about the input stack map frame at the "current" instruction of a method.Fields in org.objectweb.asm declared as Frame Modifier and Type Field Description (package private) Frame
Label. frame
The input and output stack map frames of the basic block corresponding to this label.Methods in org.objectweb.asm with parameters of type Frame Modifier and Type Method Description (package private) void
Frame. copyFrom(Frame frame)
Sets this frame to the value of the given frame.(package private) boolean
Frame. merge(SymbolTable symbolTable, Frame dstFrame, int catchTypeIndex)
-