Uses of Class
org.objectweb.asm.Frame

Packages that use Frame
Package
Description
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) final class 
    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) final void
    Frame.copyFrom(Frame frame)
    Sets this frame to the value of the given frame.
    (package private) final boolean
    Frame.merge(SymbolTable symbolTable, Frame dstFrame, int catchTypeIndex)
    Merges the input frame of the given Frame with the input and output frames of this Frame.