absynt
Class Label

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--absynt.Label

public class Label
extends Absyn
implements java.io.Serializable

Klasse fuer Labels entsprechend der Grammatik.

Version:
$Id: Label.java,v 1.2 2000/05/28 12:57:11 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 Action act
           
 Expr guard
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
Label(Expr g, Action a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guard

public Expr guard

act

public Action act
Constructor Detail

Label

public Label(Expr g,
             Action a)