Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SliceStatement.java

00001 package edu.ksu.cis.bandera.pdgslicer.datastructure;
00002 
00003 /**
00004  * Insert the type's description here.
00005  * Creation date: (00-11-22 14:58:57)
00006  * @author: 
00007  */
00008 public class SliceStatement extends SlicePoint {
00009 /**
00010  * SliceStatement constructor comment.
00011  * @param sootClass ca.mcgill.sable.soot.SootClass
00012  * @param sootMethod ca.mcgill.sable.soot.SootMethod
00013  * @param stmt ca.mcgill.sable.soot.jimple.Stmt
00014  * @param in int
00015  */
00016 public SliceStatement(ca.mcgill.sable.soot.SootClass sootClass, ca.mcgill.sable.soot.SootMethod sootMethod, ca.mcgill.sable.soot.jimple.Stmt stmt, int in) {
00017     super(sootClass, sootMethod, stmt, in);
00018 }
00019 /**
00020  * Insert the method's description here.
00021  * Creation date: (00-11-22 17:12:56)
00022  * @return java.lang.String
00023  */
00024 public String toString() {
00025     return super.toString();
00026 }
00027 }

Generated at Thu Feb 7 06:55:02 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001