Uses of Class
org.objectweb.asm.tree.FrameNode
Packages that use FrameNode
Package
Description
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of FrameNode in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type FrameNodeModifier and TypeMethodDescriptionCheckFrameAnalyzer.expandFrame(String owner, Frame<V> previousFrame, FrameNode frameNode) Returns the expanded representation of the givenFrameNode.private VCheckFrameAnalyzer.newFrameValue(String owner, FrameNode frameNode, Object type) Creates a newValuethat represents the given stack map frame type.