Class LastCommonParentResult


  • public class LastCommonParentResult
    extends Object
    When detecting the last common parent of two nodes, all results are stored as a LastCommonParentResult.
    • Constructor Detail

      • LastCommonParentResult

        public LastCommonParentResult()
    • Method Detail

      • getLastCommonParent

        public TagNode getLastCommonParent()
      • setLastCommonParent

        public void setLastCommonParent​(TagNode parent)
      • isSplittingNeeded

        public boolean isSplittingNeeded()
      • setSplittingNeeded

        public void setSplittingNeeded()
      • getLastCommonParentDepth

        public int getLastCommonParentDepth()
      • setLastCommonParentDepth

        public void setLastCommonParentDepth​(int depth)
      • getIndexInLastCommonParent

        public int getIndexInLastCommonParent()
      • setIndexInLastCommonParent

        public void setIndexInLastCommonParent​(int index)