Uses of Class
org.objectweb.asm.tree.FrameNode
-
Packages that use FrameNode Package Description org.objectweb.asm.util 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 FrameNode Modifier and Type Method Description private Frame<V>
CheckFrameAnalyzer. expandFrame(java.lang.String owner, Frame<V> previousFrame, FrameNode frameNode)
Returns the expanded representation of the givenFrameNode
.private V
CheckFrameAnalyzer. newFrameValue(java.lang.String owner, FrameNode frameNode, java.lang.Object type)
Creates a newValue
that represents the given stack map frame type.
-