Uses of Class
org.objectweb.asm.tree.MethodNode
Packages that use MethodNode
Package
Description
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of MethodNode in org.objectweb.asm.commons
Subclasses of MethodNode in org.objectweb.asm.commonsModifier and TypeClassDescriptionclass
AMethodVisitor
that removes JSR instructions and inlines the referenced subroutines.class
AMethodVisitor
adapter to sort the exception handlers. -
Uses of MethodNode in org.objectweb.asm.tree
Fields in org.objectweb.asm.tree with type parameters of type MethodNode -
Uses of MethodNode in org.objectweb.asm.tree.analysis
Methods in org.objectweb.asm.tree.analysis with parameters of type MethodNodeModifier and TypeMethodDescriptionAnalyzer.analyze
(String owner, MethodNode method) Analyzes the given method.Analyzer.analyzeAndComputeMaxs
(String owner, MethodNode method) Analyzes the given method and computes and sets its maximum stack size and maximum number of local variables.Analyzer.computeInitialFrame
(String owner, MethodNode method) Computes the initial execution stack frame of the given method.private static int
Analyzer.computeMaxLocals
(MethodNode method) Computes and returns the maximum number of local variables used in the given method.protected void
Analyzer.init
(String owner, MethodNode method) Initializes this analyzer. -
Uses of MethodNode in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type MethodNodeModifier and TypeMethodDescription(package private) static void
CheckClassAdapter.printAnalyzerResult
(MethodNode method, Analyzer<BasicValue> analyzer, PrintWriter printWriter)