slime.absynt.absfc
Class SFCabtree
java.lang.Object
slime.absynt.Absynt
slime.absynt.absfc.Absfc
slime.absynt.absfc.SFCabtree
- All Implemented Interfaces:
- java.io.Serializable
- public class SFCabtree
- extends Absfc
- implements java.io.Serializable
SFCabtree.java
Class for an (abstract sfc)-tree,
the top level syntactic construct,
i.e., the entry point.
- Version:
- $Id: SFCabtree.java,v 1.4 2002/06/28 08:03:10 swprakt Exp $
- Author:
- initially provided by Marco Wendel.
- See Also:
- Serialized Form
Fields inherited from class slime.absynt.Absynt |
pos |
Constructor Summary |
SFCabtree()
Constructor creates empty LinkedLists |
SFCabtree(java.lang.String _sfcprogname,
java.util.LinkedList _stmtlist)
Constructor just stores the arguments into the fields |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sfcprogname
public java.lang.String sfcprogname
stmtlist
public java.util.LinkedList stmtlist
proclist
public java.util.LinkedList proclist
varlist
public java.util.LinkedList varlist
declist
public java.util.LinkedList declist
procCnt
public int procCnt
stmtCnt
public int stmtCnt
varCnt
public int varCnt
decCnt
public int decCnt
SFCabtree
public SFCabtree(java.lang.String _sfcprogname,
java.util.LinkedList _stmtlist)
- Constructor just stores the arguments into the fields
SFCabtree
public SFCabtree()
- Constructor creates empty LinkedLists
toString
public java.lang.String toString()