public abstract class AbstractDiffClient<O extends AbstractDiffClient.Options>
extends com.github.gumtreediff.client.Client
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDiffClient.Options |
| Modifier and Type | Field and Description |
|---|---|
protected O |
opts |
static java.lang.String |
SYNTAX |
| Constructor and Description |
|---|
AbstractDiffClient(java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected com.github.gumtreediff.tree.TreeContext |
getDstTreeContext() |
protected com.github.gumtreediff.tree.TreeContext |
getSrcTreeContext() |
protected com.github.gumtreediff.matchers.Matcher |
matchTrees() |
protected abstract O |
newOptions() |
protected final O extends AbstractDiffClient.Options opts
public static final java.lang.String SYNTAX
protected abstract O newOptions()
protected com.github.gumtreediff.matchers.Matcher matchTrees()
protected com.github.gumtreediff.tree.TreeContext getSrcTreeContext()
protected com.github.gumtreediff.tree.TreeContext getDstTreeContext()