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 TypeClassDescriptionclassAMethodVisitorthat removes JSR instructions and inlines the referenced subroutines.classAMethodVisitoradapter 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 intAnalyzer.computeMaxLocals(MethodNode method) Computes and returns the maximum number of local variables used in the given method.protected voidAnalyzer.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 TypeMethodDescriptionprivate voidCheckFrameAnalyzer.expandFrames(String owner, MethodNode method, Frame<V> initialFrame) Expands theFrameNode"instructions" of the given method intoFrameobjects and stores them at the corresponding indices of theAnalyzer.framesarray.protected voidCheckFrameAnalyzer.init(String owner, MethodNode method) (package private) static voidCheckClassAdapter.printAnalyzerResult(MethodNode method, Analyzer<BasicValue> analyzer, PrintWriter printWriter)