Uses of Interface
com.tc.asm.tree.analysis.Interpreter

Packages that use Interpreter
com.tc.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
 

Uses of Interpreter in com.tc.asm.tree.analysis
 

Classes in com.tc.asm.tree.analysis that implement Interpreter
 class BasicInterpreter
          An Interpreter for BasicValue values.
 class BasicVerifier
          An extended BasicInterpreter that checks that bytecode instructions are correctly used.
 class SimpleVerifier
          An extended BasicVerifier that performs more precise verifications.
 class SourceInterpreter
          An Interpreter for SourceValue values.
 

Methods in com.tc.asm.tree.analysis with parameters of type Interpreter
 void Frame.execute(AbstractInsnNode insn, Interpreter interpreter)
           
 boolean Frame.merge(Frame frame, Interpreter interpreter)
          Merges this frame with the given frame.
 

Constructors in com.tc.asm.tree.analysis with parameters of type Interpreter
Analyzer(Interpreter interpreter)
          Constructs a new Analyzer.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.