public class LastCommonParentResult extends Object
LastCommonParentResult.| Constructor and Description |
|---|
LastCommonParentResult() |
LastCommonParentResult(TagNode parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndexInLastCommonParent() |
TagNode |
getLastCommonParent() |
int |
getLastCommonParentDepth() |
boolean |
isSplittingNeeded() |
void |
setIndexInLastCommonParent(int index) |
void |
setLastCommonParent(TagNode parent) |
void |
setLastCommonParentDepth(int depth) |
void |
setSplittingNeeded() |
public LastCommonParentResult()
public LastCommonParentResult(TagNode parent)
public TagNode getLastCommonParent()
public void setLastCommonParent(TagNode parent)
public boolean isSplittingNeeded()
public void setSplittingNeeded()
public int getLastCommonParentDepth()
public void setLastCommonParentDepth(int depth)
public int getIndexInLastCommonParent()
public void setIndexInLastCommonParent(int index)
Copyright © 2022. All rights reserved.