Class Summary |
And |
To represent and operator |
AndView |
To keep track of displaying an AND expression, particularly,
short circuiting an expression and bailing out on inappropriate operands
for Java/C# |
Logical |
To hold all constants specific to arithmetic operators |
Not |
To represent not operator |
Or |
To represent or operator |
OrView |
To keep track of displaying an OR expression, particularly,
short circuiting an expression and bailing out on inappropriate operands
for Java/C# |
ShortCircuitable |
Serves as the base class for && and || operators |