sdr 0.5

net.cscott.sdr
Class DevSettings

java.lang.Object
  extended by net.cscott.sdr.DevSettings

public abstract class DevSettings
extends Object

This class defines some simple constants to allow us to turn off or enable certain features during development.

Author:
C. Scott Ananian

Field Summary
static boolean ONLY_C4_GRAMMAR
          Speed up compilation by only building the C4 grammar, not all the separate grammars for each level.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY_C4_GRAMMAR

public static final boolean ONLY_C4_GRAMMAR
Speed up compilation by only building the C4 grammar, not all the separate grammars for each level.

See Also:
Constant Field Values

sdr 0.5

Copyright © 2006-2009 C. Scott Ananian