net.cscott.sdr.calls.ast
Class SeqCall
java.lang.Object
net.cscott.sdr.calls.ast.AstNode
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
Fields inherited from class net.cscott.sdr.calls.ast.AstNode |
type |
Constructor Summary |
SeqCall(int type)
|
SeqCall
public SeqCall(int type)
accept
public abstract <T> SeqCall accept(TransformVisitor<T> v,
T t)
- Specified by:
accept
in class AstNode
Copyright (c) 2006 C. Scott Ananian