|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanExpression | |
|---|---|
| com.threerings.expr | Expression evaluation and binding classes. |
| com.threerings.openal.config | OpenAL configurations. |
| com.threerings.opengl.model.config | Model and animation configurations. |
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| Uses of BooleanExpression in com.threerings.expr |
|---|
| Subclasses of BooleanExpression in com.threerings.expr | |
|---|---|
static class |
BooleanExpression.And
Computes the logical AND of its operands. |
static class |
BooleanExpression.BinaryOperation
The superclass of the binary operations. |
static class |
BooleanExpression.BooleanEquals
Checks the equality of its operands. |
static class |
BooleanExpression.Constant
A constant expression. |
static class |
BooleanExpression.FloatBinaryOperation
The superclass of the operations involving two float expressions. |
static class |
BooleanExpression.FloatEquals
Determines whether the first float is equal to the second. |
static class |
BooleanExpression.FloatGreater
Determines whether the first float is greater than the second. |
static class |
BooleanExpression.FloatGreaterEquals
Determines whether the first float is greater than or equal to the second. |
static class |
BooleanExpression.FloatLess
Determines whether the first float is less than the second. |
static class |
BooleanExpression.FloatLessEquals
Determines whether the first float is greater than or equal to the second. |
static class |
BooleanExpression.Not
Returns the logical NOT of the sub-expression. |
static class |
BooleanExpression.Or
Computes the logical OR of its operands. |
static class |
BooleanExpression.Parsed
An expression entered as a string to be parsed. |
static class |
BooleanExpression.Reference
A reference expression. |
static class |
BooleanExpression.StringEquals
Compares two strings for equality. |
static class |
BooleanExpression.Xor
Computes the logical XOR of its operands. |
| Fields in com.threerings.expr declared as BooleanExpression | |
|---|---|
BooleanExpression |
BooleanExpression.BinaryOperation.firstOperand
The first operand expression. |
BooleanExpression |
BooleanExpression.Not.operand
The operand expression. |
BooleanExpression |
BooleanExpression.BinaryOperation.secondOperand
The second operand expression. |
| Uses of BooleanExpression in com.threerings.openal.config |
|---|
| Fields in com.threerings.openal.config declared as BooleanExpression | |
|---|---|
BooleanExpression |
SounderConfig.Case.condition
The condition for the case. |
| Uses of BooleanExpression in com.threerings.opengl.model.config |
|---|
| Fields in com.threerings.opengl.model.config declared as BooleanExpression | |
|---|---|
BooleanExpression |
ConditionalConfig.Case.condition
The condition for the case. |
| Uses of BooleanExpression in com.threerings.opengl.renderer.config |
|---|
| Fields in com.threerings.opengl.renderer.config declared as BooleanExpression | |
|---|---|
BooleanExpression |
ShaderConfig.BooleanExprUniformConfig.expression
The expression for the uniform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||