All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.True

java.lang.Object
   |
   +----simple.Domain
           |
           +----simple.Unit
                   |
                   +----simple.True

public class True
extends Unit
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents unit domain True.

Version:
1.0 (JDK 1.1.7)
Author:
Jürgen Hartl, 9756179 / 881

Variable Index

 o T

Constructor Index

 o True()

Method Index

 o toString()
 o TRUE()

Variables

 o T
 static final True T

Constructors

 o True
 protected True()

Methods

 o TRUE
 public static True TRUE()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index