SandMark version 2.0


sandmark.watermark.ct.trace
Class Preprocessor

java.lang.Object
  |
  +--sandmark.watermark.ct.trace.Preprocessor

public class Preprocessor
extends java.lang.Object


Field Summary
static int ADDEDCODESIZE
           
(package private)  ClassFileCollection cfc
           
static java.lang.String FRAMECOUNTER
           
(package private)  java.util.Properties props
           
static java.lang.String STACKID
           
 
Constructor Summary
Preprocessor(java.util.Properties props)
           
 
Method Summary
 void preprocess()
           
(package private)  void preprocessClass(EditedClass ec)
           
(package private)  void preprocessMethod(EditedClass ec, de.fub.bytecode.generic.MethodGen mg)
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cfc

ClassFileCollection cfc

props

java.util.Properties props

STACKID

public static final java.lang.String STACKID
See Also:
Constant Field Values

FRAMECOUNTER

public static final java.lang.String FRAMECOUNTER
See Also:
Constant Field Values

ADDEDCODESIZE

public static final int ADDEDCODESIZE
See Also:
Constant Field Values
Constructor Detail

Preprocessor

public Preprocessor(java.util.Properties props)
             throws java.io.IOException
Method Detail

preprocess

public void preprocess()
                throws java.io.IOException
java.io.IOException

save

public void save()
          throws java.io.IOException
java.io.IOException

preprocessClass

void preprocessClass(EditedClass ec)

preprocessMethod

void preprocessMethod(EditedClass ec,
                      de.fub.bytecode.generic.MethodGen mg)

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002