absynt
Class Absyn

java.lang.Object
  |
  +--absynt.Absyn
Direct Known Subclasses:
Action, Astate, AstateList, Chandec, ChandecList, Channel, Expr, Label, M_Type, ModstateList, Process, ProcessList, Program, Transition, TransitionList, Vardec, VardecList

public abstract class Absyn
extends java.lang.Object
implements java.io.Serializable

Abstract class to provide coordinates and locations. Um sp"ater das Parsen zu erleichten, ist ein Feld vorgesehen, welches zumindest die Zeilennummber aufnehmen kann. Alle syntaktischen konstrukte, bei denen Zeileninformation sinnvoll ist, sollen hiervon erben. The classes of this package are a straighforward implmementation of the EBNF definition, so in most cases, the code is self-explanatory.

Version:
$Id: Absyn.java,v 1.4 2000/05/29 12:52:20 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 Location location
           
 
Constructor Summary
Absyn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public Location location
Constructor Detail

Absyn

public Absyn()