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 V
CheckFrameAnalyzer.newFrameValue
(String owner, FrameNode frameNode, Object type) Creates a newValue
that represents the given stack map frame type.