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

ASTSuperExpr.java

00001 package edu.ksu.cis.bandera.abstraction.predicate.parser;
00002 
00003 /* Generated By:JJTree: Do not edit this line. ASTSuperExpr.java */
00004 public class ASTSuperExpr extends SimpleNode {
00005   public ASTSuperExpr(int id) {
00006     super(id);
00007   }  
00008   public ASTSuperExpr(PredicateParser p, int id) {
00009     super(p, id);
00010   }  
00011   /** Accept the visitor. **/
00012   public Object jjtAccept(PredicateParserVisitor visitor, Object data) {
00013     return visitor.visit(this, data);
00014   }  
00015   public static Node jjtCreate(int id) {
00016       return new ASTSuperExpr(id);
00017   }  
00018   public static Node jjtCreate(PredicateParser p, int id) {
00019       return new ASTSuperExpr(p, id);
00020   }  
00021 }

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