SandMark version 2.0


sandmark.watermark.renamefieldsmethods
Class Changeable

java.lang.Object
  |
  +--sandmark.watermark.renamefieldsmethods.Changeable

public class Changeable
extends java.lang.Object


Constructor Summary
Changeable()
           
 
Method Summary
static java.util.ArrayList getChangeable(ClassFileCollection cfc, java.util.Properties props)
          This private helper method uses the sandmark.util.ClassHierarchy class to generate a list of all of the possible changable methods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Changeable

public Changeable()
Method Detail

getChangeable

public static java.util.ArrayList getChangeable(ClassFileCollection cfc,
                                                java.util.Properties props)
                                         throws java.io.IOException
This private helper method uses the sandmark.util.ClassHierarchy class to generate a list of all of the possible changable methods

Parameters:
cfc - the class file collection to get the changable methods from
props - the properties list that it ClassHierarchy aparently needs
Returns:
A list of the changeable methods
java.io.IOException

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002