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

SliceVariable.java

00001 package edu.ksu.cis.bandera.pdgslicer.datastructure;
00002 
00003 import ca.mcgill.sable.soot.*;
00004 
00005 public abstract class SliceVariable extends SliceInterest {
00006 /**
00007  * Insert the method's description here.
00008  * Creation date: (00-11-22 16:50:01)
00009  */
00010 public SliceVariable() {}
00011 /**
00012  * 
00013  * @param sootClass ca.mcgill.sable.soot.SootClass
00014  */
00015 public SliceVariable(SootClass sootClass) {
00016     super(sootClass);
00017 }
00018 }

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