| |
|
| java.lang.Object bsh.SimpleNode bsh.BSHTernaryExpression
BSHTernaryExpression | class BSHTernaryExpression extends SimpleNode (Code) | | This class needs logic to prevent the right hand side of boolean logical
expressions from being naively evaluated... e.g. for "foo && bar" bar
should not be evaluated in the case where foo is true.
|
BSHTernaryExpression | BSHTernaryExpression(int id)(Code) | | |
|
|
|