joeq.Main
Class Instrument

java.lang.Object
  extended by joeq.Main.Instrument

public abstract class Instrument
extends Object

Instrument

Version:
$Id: Instrument.java 2244 2005-04-19 08:55:04Z joewhaley $
Author:
John Whaley

Nested Class Summary
static class Instrument.ClassVisitor
           
 
Field Summary
static boolean trace
           
 
Constructor Summary
Instrument()
           
 
Method Summary
static Bytecodes.InstructionHandle addExceptionHandler(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
static void instrument(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trace

public static boolean trace
Constructor Detail

Instrument

public Instrument()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

addExceptionHandler

public static Bytecodes.InstructionHandle addExceptionHandler(Bytecodes.InstructionList il,
                                                              jq_ConstantPool.ConstantPoolRebuilder cp)

instrument

public static void instrument(Bytecodes.InstructionList il,
                              jq_ConstantPool.ConstantPoolRebuilder cp)


Copyright © 2001-2008 John Whaley. All Rights Reserved.