Uses of Class
com.caucho.bytecode.CodeVisitor

Packages that use CodeVisitor
com.caucho.bytecode   
 

Uses of CodeVisitor in com.caucho.bytecode
 

Subclasses of CodeVisitor in com.caucho.bytecode
 class CodeEnhancer
          Visitor for travelling the code.
 

Methods in com.caucho.bytecode with parameters of type CodeVisitor
abstract  void Analyzer.analyze(CodeVisitor visitor)
          Analyzes the opcode.
 void CodeAttribute.ExportAnalyzer.analyze(CodeVisitor visitor)