godel
Class Godel3.TExpr

java.lang.Object
  extended by godel.Godel3.TExpr
Enclosing class:
Godel3

 class Godel3.TExpr
extends java.lang.Object

Holds an encoded representation of an expression


Field Summary
(package private)  int type
          Type of expression 1:integer,2:Duple,3:List,4:Boolean
(package private)  java.math.BigInteger value
          Encoded representation of expression
 
Constructor Summary
Godel3.TExpr(java.math.BigInteger v, int t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

java.math.BigInteger value
Encoded representation of expression


type

int type
Type of expression 1:integer,2:Duple,3:List,4:Boolean

Constructor Detail

Godel3.TExpr

Godel3.TExpr(java.math.BigInteger v,
             int t)