Uses of Class
org.compass.core.util.asm.tree.MethodNode

Packages that use MethodNode
org.compass.core.util.asm.commons Provides some useful class and method adapters. 
org.compass.core.util.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
 

Uses of MethodNode in org.compass.core.util.asm.commons
 

Subclasses of MethodNode in org.compass.core.util.asm.commons
 class JSRInlinerAdapter
          A MethodAdapter that removes JSR instructions and inlines the referenced subroutines.
 

Uses of MethodNode in org.compass.core.util.asm.tree.analysis
 

Methods in org.compass.core.util.asm.tree.analysis with parameters of type MethodNode
 Frame[] Analyzer.analyze(String owner, MethodNode m)
          Analyzes the given method.
 



Copyright (c) 2004-2008 The Compass Project.