Package org.jfuncmachine.compiler.model.expr.bool
package org.jfuncmachine.compiler.model.expr.bool
A representation of boolean expressions (comparisons, tests, operators)
-
ClassesClassDescriptionRepresents a short-circuiting and of boolean expressions.Represents a comparison of two expressions.An abstract class for different types of boolean expressionsA false constant for boolean expressionsA false constant for boolean expressionsRepresents an instanceof comparison (or not instanceof)Represents the negation of a boolean expressionRepresents a short-circuiting or of two boolean expressions.Represents the end point of a boolean expression, containing the expression to be executed depending on whether the boolean test is true or false.Represents a comparison for a single expression, usually either a binary expression (represented by 0 or 1), or the result of a compare function or instruction.