| Package | Description |
|---|---|
| org.evosuite.utils |
| Modifier and Type | Method and Description |
|---|---|
TriBoolean |
TriBoolean.and(boolean other)
and
|
TriBoolean |
TriBoolean.and(TriBoolean other)
and
|
TriBoolean |
TriBoolean.andNot(boolean other)
andNot
|
TriBoolean |
TriBoolean.andNot(TriBoolean other)
andNot
|
static TriBoolean |
TriBoolean.fromBoolean(boolean value)
fromBoolean
|
TriBoolean |
TriBoolean.negated()
negated
|
TriBoolean |
TriBoolean.notAnd(boolean other)
notAnd
|
TriBoolean |
TriBoolean.notAnd(TriBoolean other)
notAnd
|
TriBoolean |
TriBoolean.notOr(boolean other)
notOr
|
TriBoolean |
TriBoolean.notOr(TriBoolean other)
notOr
|
TriBoolean |
TriBoolean.or(boolean other)
or
|
TriBoolean |
TriBoolean.or(TriBoolean other)
or
|
TriBoolean |
TriBoolean.orNot(boolean other)
orNot
|
TriBoolean |
TriBoolean.orNot(TriBoolean other)
orNot
|
static TriBoolean |
TriBoolean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriBoolean[] |
TriBoolean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TriBoolean |
TriBoolean.and(TriBoolean other)
and
|
TriBoolean |
TriBoolean.andNot(TriBoolean other)
andNot
|
TriBoolean |
TriBoolean.notAnd(TriBoolean other)
notAnd
|
TriBoolean |
TriBoolean.notOr(TriBoolean other)
notOr
|
TriBoolean |
TriBoolean.or(TriBoolean other)
or
|
TriBoolean |
TriBoolean.orNot(TriBoolean other)
orNot
|
Copyright © 2010–2017 EvoSuite. All rights reserved.