absynt
Class Output_action

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--absynt.Action
              |
              +--absynt.Output_action

public class Output_action
extends Action
implements java.io.Serializable

Kommunikation: Ausgabe

Version:
$Id: Output_action.java,v 1.3 2000/06/04 10:10:13 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 Channel chan
           
 Expr val
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
Output_action(Channel c, Expr e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chan

public Channel chan

val

public Expr val
Constructor Detail

Output_action

public Output_action(Channel c,
                     Expr e)