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
-
ASSERT
- Activates the checking of runtime exception.
-
DEBUG
- Activates the debug code.
-
Options()
-
-
entering(Object, String)
-
-
leaving(Object, String)
-
-
print(Object, String, String)
-
-
print(String)
-
ASSERT
public static final boolean ASSERT
- Activates the checking of runtime exception.
DEBUG
public static final boolean DEBUG
- Activates the debug code.
Options
public Options()
print
public static void print(String msg)
leaving
public static void leaving(Object o,
String fct)
entering
public static void entering(Object o,
String fct)
print
public static void print(Object o,
String fct,
String msg)
All Packages Class Hierarchy This Package Previous Next Index