sdr 0.21

net.cscott.sdr.calls.ast
Class SeqCall

java.lang.Object
  extended by net.cscott.sdr.calls.ast.AstNode
      extended by net.cscott.sdr.calls.ast.SeqCall
Direct Known Subclasses:
Apply, Part, Prim

public abstract class SeqCall
extends AstNode

This is the common superclass of all AST elements which can appear in a Seq.

Version:
$Id: SeqCall.java,v 1.3 2006-10-17 16:29:05 cananian Exp $
Author:
C. Scott Ananian

Field Summary
 
Fields inherited from class net.cscott.sdr.calls.ast.AstNode
type
 
Constructor Summary
SeqCall(int type)
           
 
Method Summary
abstract
<T> SeqCall
accept(TransformVisitor<T> v, T t)
           
 
Methods inherited from class net.cscott.sdr.calls.ast.AstNode
accept, argsToString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeqCall

public SeqCall(int type)
Method Detail

accept

public abstract <T> SeqCall accept(TransformVisitor<T> v,
                                   T t)
Specified by:
accept in class AstNode

sdr 0.21

Copyright (c) 2006 C. Scott Ananian