Package org.jfuncmachine.compiler.model.expr.bool.tests
package org.jfuncmachine.compiler.model.expr.bool.tests
The various comparisons and test that return a boolean value
-
ClassesClassDescriptionA base class for various boolean-valued tests used to compare values for if statements.A container for the various kinds of tests that can be done for an if instruction.The built-in EQ-ignore-case testThe built-in EQ testThe built-in GE-ignore-case testThe built-in GE testThe built-in GT-ignore-case testThe built-in GT testThe built-in is-false testThe built-in is-not-null testThe built-in is-null testThe built-in is-true testThe built-in LE-ignore-case testThe built-in LE testThe built-in LT-ignore-case testThe built-in LT testThe built-in NE-ignore-case testThe built-in NE test