global
Interface Flags


public interface Flags

This class defines the boolean variables that are used to simulate the conditional compilation in C++. All constants are initially defined to be false.


Field Summary
static boolean DEBUG
           
static boolean TEST
           
 

Field Detail

TEST

public static final boolean TEST
See Also:
Constant Field Values

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values