com.aicas.jamaica.util
Class False
java.lang.Object
com.aicas.jamaica.util.False
public class False
- extends Object
This class provides a way to a boolean 'false' result that the compiler cannot optimize.
This allows to write code that will never be executed but the dependencies will taken
into accout by the smart linker.
|
Field Summary |
static boolean |
isTrue
|
|
Constructor Summary |
False()
|
|
Method Summary |
static boolean |
isTrue()
Always returns 'false'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isTrue
public static final boolean isTrue
False
public False()
isTrue
public static boolean isTrue()
- Always returns 'false'.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.