Class BaseEditor

java.lang.Object
javassist.expr.ExprEditor
se.sics.kompics.simulator.instrumentation.BaseEditor

public class BaseEditor
extends javassist.expr.ExprEditor
The BaseEditor class.
Version:
$Id$
Author:
Cosmin Arad <[email protected]>
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseEditor​(String redirect, boolean allowThreads)  
  • Method Summary

    Modifier and Type Method Description
    void edit​(javassist.expr.MethodCall m)  
    void edit​(javassist.expr.NewExpr newExpr)  

    Methods inherited from class javassist.expr.ExprEditor

    doit, edit, edit, edit, edit, edit, edit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • edit

      public void edit​(javassist.expr.NewExpr newExpr)
      Overrides:
      edit in class javassist.expr.ExprEditor
    • edit

      public void edit​(javassist.expr.MethodCall m) throws javassist.CannotCompileException
      Overrides:
      edit in class javassist.expr.ExprEditor
      Throws:
      javassist.CannotCompileException