Uses of Class
org.objectweb.asm.tree.JumpInsnNode
Packages that use JumpInsnNode
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
-
Uses of JumpInsnNode in org.objectweb.asm.tree.analysis
Fields in org.objectweb.asm.tree.analysis with type parameters of type JumpInsnNodeModifier and TypeFieldDescription(package private) final List<JumpInsnNode>
Subroutine.callers
The JSR instructions that jump to this subroutine.Constructors in org.objectweb.asm.tree.analysis with parameters of type JumpInsnNodeModifierConstructorDescription(package private)
Subroutine
(LabelNode start, int maxLocals, JumpInsnNode caller) Constructs a newSubroutine
.