com.vladium.jcd.opcodes
Interface IOpcodeVisitor


public interface IOpcodeVisitor

Author:
Vlad Roubtsov, (C) 2003

Method Summary
 void visit(int opcode, boolean wide, int offset, java.lang.Object ctx)
           
 

Method Detail

visit

public void visit(int opcode,
                  boolean wide,
                  int offset,
                  java.lang.Object ctx)