SandMark version 2.1


sandmark.watermark.venkie
Class MethodCollection

java.lang.Object
  |
  +--sandmark.watermark.venkie.MethodCollection

public class MethodCollection
extends java.lang.Object


Constructor Summary
MethodCollection(ClassFileCollection cfc)
           
 
Method Summary
 de.fub.bytecode.generic.ConstantPoolGen constPool(java.lang.String methodName)
           
 de.fub.bytecode.classfile.JavaClass javaClass(java.lang.String methodName)
           
 MethodCFG methodCFG(java.lang.String methodName)
           
 de.fub.bytecode.generic.MethodGen methodGen(java.lang.String methodName)
           
 java.lang.String methodName(de.fub.bytecode.classfile.JavaClass jc, de.fub.bytecode.classfile.Method m)
           
 java.lang.String methodName(MethodCFG cfg)
           
 java.lang.String methodName(de.fub.bytecode.generic.MethodGen mg)
           
 java.util.Collection methods()
           
 void updateCFC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCollection

public MethodCollection(ClassFileCollection cfc)
                 throws java.io.IOException
Method Detail

methods

public java.util.Collection methods()

constPool

public de.fub.bytecode.generic.ConstantPoolGen constPool(java.lang.String methodName)

methodGen

public de.fub.bytecode.generic.MethodGen methodGen(java.lang.String methodName)

methodCFG

public MethodCFG methodCFG(java.lang.String methodName)

javaClass

public de.fub.bytecode.classfile.JavaClass javaClass(java.lang.String methodName)

methodName

public java.lang.String methodName(de.fub.bytecode.generic.MethodGen mg)

methodName

public java.lang.String methodName(MethodCFG cfg)

methodName

public java.lang.String methodName(de.fub.bytecode.classfile.JavaClass jc,
                                   de.fub.bytecode.classfile.Method m)

updateCFC

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

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002