absynt
Class Absyn

java.lang.Object
  |
  +--absynt.Absyn
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Expr, Location, Program, Type

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

Abstract class to provide coordinates and locations. The classes of this package are a straighforward implemementation of the EBNF definition, so in most cases, the code is self-explanatory.

Version:
$Id: Absyn.java,v 1.3 2001/04/27 08:52:37 swprakt 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()