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

PAExprSwitch.java

00001 package edu.ksu.cis.bandera.jext;
00002 
00003 /**
00004  * Insert the type's description here.
00005  * Creation date: (4/11/01 2:36:48 AM)
00006  * @author: Roby Joehanes
00007  */
00008 public interface PAExprSwitch extends BanderaExprSwitch {
00009     public void caseHookExpr(HookExpr v);
00010     public void caseLogicalNotExpr(LogicalNotExpr v);
00011 }

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