Class Constants
java.lang.Object
org.jheaps.Constants
Global library configuration flags which affect generated code at compile
time.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanGlobal debug flag which affects compiled codestatic final booleanGlobal level one debug flag which affects compiled code.static final booleanGlobal level two debug flag which affects compiled codestatic final StringLibrary namestatic final booleanGlobal benchmarking flag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
-
DEBUG
public static final boolean DEBUGGlobal debug flag which affects compiled code- See Also:
-
DEBUG_LEVEL1
public static final boolean DEBUG_LEVEL1Global level one debug flag which affects compiled code.- See Also:
-
DEBUG_LEVEL2
public static final boolean DEBUG_LEVEL2Global level two debug flag which affects compiled code- See Also:
-
NOT_BENCHMARK
public static final boolean NOT_BENCHMARKGlobal benchmarking flag. This flag enables sanity checks when the code is not for benchmarking performance. When benchmarking we assume that the user provided the correct input.- See Also:
-
-
Constructor Details
-
Constants
private Constants()
-