Class CodeInterceptor

java.lang.Object
se.sics.kompics.simulator.instrumentation.CodeInterceptor
All Implemented Interfaces:
javassist.Translator

public class CodeInterceptor
extends Object
implements javassist.Translator
The CodeInterceptor class.
Version:
$Id$
Author:
Cosmin Arad <[email protected]>
  • Field Details

  • Constructor Details

  • Method Details

    • start

      public void start​(javassist.ClassPool cp) throws javassist.NotFoundException, javassist.CannotCompileException
      Specified by:
      start in interface javassist.Translator
      Throws:
      javassist.NotFoundException
      javassist.CannotCompileException
    • onLoad

      public void onLoad​(javassist.ClassPool pool, String classname) throws javassist.NotFoundException, javassist.CannotCompileException
      Specified by:
      onLoad in interface javassist.Translator
      Throws:
      javassist.NotFoundException
      javassist.CannotCompileException