Uses of Package
org.compass.core.util.asm.tree.analysis

Packages that use org.compass.core.util.asm.tree.analysis
org.compass.core.util.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
 

Classes in org.compass.core.util.asm.tree.analysis used by org.compass.core.util.asm.tree.analysis
AnalyzerException
          Thrown if a problem occurs during the analysis of a method.
BasicInterpreter
          An Interpreter for BasicValue values.
BasicVerifier
          An extended BasicInterpreter that checks that bytecode instructions are correctly used.
Frame
          A symbolic execution stack frame.
Interpreter
          A semantic bytecode interpreter.
SmallSet
          A set of at most two elements.
Subroutine
          A method subroutine (corresponds to a JSR instruction).
Value
          An immutable symbolic value for semantic interpretation of bytecode.
 



Copyright (c) 2004-2008 The Compass Project.