Package org.aspectj.util
Klasse FuzzyBoolean
java.lang.Object
org.aspectj.util.FuzzyBoolean
This class implements boolean that include a "maybe"
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final FuzzyBooleanstatic final FuzzyBooleanstatic final FuzzyBooleanstatic final FuzzyBoolean -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract booleanabstract booleanabstract FuzzyBooleanand(FuzzyBoolean other) static final FuzzyBooleanfromBoolean(boolean b) abstract booleanabstract booleanabstract FuzzyBooleannot()abstract FuzzyBooleanor(FuzzyBoolean other)
-
Felddetails
-
YES
-
NO
-
MAYBE
-
NEVER
-
-
Konstruktordetails
-
FuzzyBoolean
public FuzzyBoolean()
-
-
Methodendetails
-
alwaysTrue
public abstract boolean alwaysTrue() -
alwaysFalse
public abstract boolean alwaysFalse() -
maybeTrue
public abstract boolean maybeTrue() -
maybeFalse
public abstract boolean maybeFalse() -
and
-
or
-
not
-
fromBoolean
-