absynt
Class Constval

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--absynt.Expr
              |
              +--absynt.Constval

public class Constval
extends Expr
implements java.io.Serializable

Konstante Werte (Integers und Boolesche Werte)

Version:
$Id: Constval.java,v 1.4 2000/06/04 12:11:53 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 java.lang.Object val
          Als konstante Werte sind Integers und boolesche Werte.
 
Fields inherited from class absynt.Expr
AND, DIV, EQ, GEQ, GREATER, LEQ, LESS, MINUS, NEG, NEQ, OR, PLUS, TIMES, type
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
Constval(boolean v)
          2 uberladene Konstruktoren.
Constval(int v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

public java.lang.Object val
Als konstante Werte sind Integers und boolesche Werte. Diese uebernehmen wir direkt aus Java.
Constructor Detail

Constval

public Constval(boolean v)
2 uberladene Konstruktoren. Gespeichert wird der Wert als Objekt.

Constval

public Constval(int v)