Interface IConditionRegion

    • Method Detail

      • getCondition

        @Nullable
        @Nullable IfCondition getCondition()
      • getConditionBlocks

        java.util.List<BlockNode> getConditionBlocks()
        Blocks merged into condition Needed for backtracking TODO: merge into condition object ???
      • invertCondition

        void invertCondition()
      • simplifyCondition

        boolean simplifyCondition()
      • getConditionSourceLine

        int getConditionSourceLine()