Uses of Class
com.googlecode.aviator.asm.Frame
Packages that use Frame
-
Uses of Frame in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.asm declared as FrameModifier and TypeFieldDescription(package private) FrameLabel.frameInformation about the input and output stack map frames of this basic block.Methods in com.googlecode.aviator.asm with parameters of type FrameModifier and TypeMethodDescription(package private) booleanFrame.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 voidMethodWriter.visitFrame(Frame f) Visits a frame that has been computed from scratch.