Hierarchy For Package org.jfuncmachine.compiler.model.expr.bool

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.jfuncmachine.compiler.model.SourceElement
      • org.jfuncmachine.compiler.model.expr.bool.BooleanExpr
        • org.jfuncmachine.compiler.model.expr.bool.And
        • org.jfuncmachine.compiler.model.expr.bool.BinaryComparison
        • org.jfuncmachine.compiler.model.expr.bool.BoolFalse
        • org.jfuncmachine.compiler.model.expr.bool.BoolTrue
        • org.jfuncmachine.compiler.model.expr.bool.InstanceofComparison
        • org.jfuncmachine.compiler.model.expr.bool.Not
        • org.jfuncmachine.compiler.model.expr.bool.Or
        • org.jfuncmachine.compiler.model.expr.bool.Result
        • org.jfuncmachine.compiler.model.expr.bool.UnaryComparison