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

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