absynt
Class SFC
java.lang.Object
|
+--absynt.Absynt
|
+--absynt.SFC
- All Implemented Interfaces:
- java.io.Serializable
- public class SFC
- extends Absynt
- implements java.io.Serializable
SFC.java
Class for sfc-programs, the top level syntactic construct,
i.e., the entry point.
- Version:
- $Id: SFC.java,v 1.6 2001/06/03 15:46:34 swprakt Exp $
- Author:
- Initially provided by Martin Steffen.
- See Also:
- Serialized Form
Fields inherited from class absynt.Absynt |
pos |
Constructor Summary |
SFC()
Constructor creates empty LinkedLists |
SFC(Step _istep,
java.util.LinkedList _steps,
java.util.LinkedList _transs,
java.util.LinkedList _actions,
java.util.LinkedList _declist)
Constructor just stores the arguments into the fields |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
istep
public Step istep
steps
public java.util.LinkedList steps
transs
public java.util.LinkedList transs
actions
public java.util.LinkedList actions
declist
public java.util.LinkedList declist
SFC
public SFC(Step _istep,
java.util.LinkedList _steps,
java.util.LinkedList _transs,
java.util.LinkedList _actions,
java.util.LinkedList _declist)
- Constructor just stores the arguments into the fields
SFC
public SFC()
- Constructor creates empty LinkedLists