All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.False

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

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

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

Variable Index

 o F

Constructor Index

 o False()

Method Index

 o FALSE()
 o toString()

Variables

 o F
 static final False F

Constructors

 o False
 protected False()

Methods

 o FALSE
 public static False FALSE()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index