Uses of Class
org.eclipse.sisu.space.asm.Frame
-
Packages that use Frame Package Description org.eclipse.sisu.space.asm -
-
Uses of Frame in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as Frame Modifier and Type Field Description (package private) Frame
Label. frame
Information about the input and output stack map frames of this basic block.Methods in org.eclipse.sisu.space.asm with parameters of type Frame Modifier and Type Method Description (package private) boolean
Frame. merge(ClassWriter cw, Frame frame, int edge)
Merges the input frame of the given basic block with the input and output frames of this basic block.private void
MethodWriter. visitFrame(Frame f)
Visits a frame that has been computed from scratch.
-