Class Simple

java.lang.Object
   |
   +----Simple

public class Simple
extends Object
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents example of simple.

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

Constructor Index

 o Simple()

Method Index

 o main(String[])
 o primesExample(int)

Constructors

 o Simple
 public Simple()

Methods

 o primesExample
 public static Program primesExample(int arraySize)
 o main
 public static void main(String arguments[])