public class CstDiff
extends java.lang.Object
RelationshipType| Modifier and Type | Method and Description |
|---|---|
void |
addRelationships(Relationship relationship)
Add a relationship in the CST diff.
|
CstRoot |
getAfter() |
CstRoot |
getBefore() |
java.util.Set<Relationship> |
getRefactoringRelationships() |
java.util.Set<Relationship> |
getRelationships() |
public CstRoot getBefore()
public CstRoot getAfter()
public java.util.Set<Relationship> getRelationships()
public void addRelationships(Relationship relationship)
relationship - The relationship to add.public java.util.Set<Relationship> getRefactoringRelationships()