| BooleanTypedValue | BooleanLiteral. getLiteralValue() | 
| BooleanTypedValue | OpGE. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OperatorBetween. getValueInternal(ExpressionState state)Returns a boolean based on whether a value is in the range expressed. | 
| BooleanTypedValue | OpEQ. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OperatorMatches. getValueInternal(ExpressionState state)Check the first operand matches the regex specified as the second operand. | 
| BooleanTypedValue | OperatorNot. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OpOr. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OperatorInstanceof. getValueInternal(ExpressionState state)Compare the left operand to see it is an instance of the type specified as the
 right operand. | 
| BooleanTypedValue | OpGT. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OpNE. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OpLE. getValueInternal(ExpressionState state) | 
| BooleanTypedValue | OpLT. getValueInternal(ExpressionState state) |