All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.util.misc.Options

java.lang.Object
   |
   +----aid.util.misc.Options

public class Options
extends Object
Defines flags used as compilation modifiers.

Version:
$Revision$, $Date$
Author:
M. Jaczynski

Variable Index

 o ASSERT
Activates the checking of runtime exception.
 o DEBUG
Activates the debug code.

Constructor Index

 o Options()

Method Index

 o entering(Object, String)
 o leaving(Object, String)
 o print(Object, String, String)
 o print(String)

Variables

 o ASSERT
 public static final boolean ASSERT
Activates the checking of runtime exception.

 o DEBUG
 public static final boolean DEBUG
Activates the debug code.

Constructors

 o Options
 public Options()

Methods

 o print
 public static void print(String msg)
 o leaving
 public static void leaving(Object o,
                            String fct)
 o entering
 public static void entering(Object o,
                             String fct)
 o print
 public static void print(Object o,
                          String fct,
                          String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index