Class Branch


  • @Deprecated
    public class Branch
    extends Object
    Deprecated.
    since version 3.4. This API will be dropped with no replacement.
    • Constructor Detail

      • Branch

        public Branch​(Branch parent)
        Deprecated.
      • Branch

        public Branch()
        Deprecated.
    • Method Detail

      • setConditionalStatement

        public final void setConditionalStatement​(CobolStmt stmt)
        Deprecated.
      • setCondition

        public final void setCondition​(@Nullable
                                       AstNode condition)
        Deprecated.
      • getConditionalStatement

        public final CobolStmt getConditionalStatement()
        Deprecated.
      • getParent

        public final Branch getParent()
        Deprecated.
      • getDepth

        public final int getDepth()
        Deprecated.
      • getDepthDetail

        public String getDepthDetail()
        Deprecated.
      • isParentOf

        public boolean isParentOf​(Branch branch)
        Deprecated.
      • isParentOrChildOf

        public boolean isParentOrChildOf​(Branch branch)
        Deprecated.