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

SliceInterest.java

00001 package edu.ksu.cis.bandera.pdgslicer.datastructure;
00002 
00003 import ca.mcgill.sable.soot.*;
00004 public abstract class SliceInterest implements java.io.Serializable {
00005     protected SootClass sc;
00006 /**
00007  * Insert the method's description here.
00008  * Creation date: (00-11-22 16:50:46)
00009  */
00010 public SliceInterest() {}
00011 /**
00012  * 
00013  * @param sootClass ca.mcgill.sable.soot.SootClass
00014  */
00015 public SliceInterest(SootClass sootClass) {
00016     sc = sootClass;
00017     }
00018 /**
00019  * 
00020  * @return ca.mcgill.sable.soot.SootClass
00021  */
00022 public SootClass getSootClass() {
00023     return sc;
00024 }
00025 /**
00026  * Insert the method's description here.
00027  * Creation date: (00-7-2 22:39:19)
00028  * @param scs ca.mcgill.sable.soot.SootClass
00029  */
00030 public void setSootClass(SootClass scs) {
00031     sc = scs;
00032 }
00033 }

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