protected class Resolver4.Instance extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected boolean |
cyclic |
Modifier and Type | Method and Description |
---|---|
protected void |
doRewrite() |
Format |
format() |
void |
hypothesisConfirmed() |
void |
hypothesisFalsified() |
boolean |
isBound() |
boolean |
isClass() |
Resolver4.Instance |
newHypothesis(Resolver4.Instance other) |
Resolver4.Instance |
representative() |
void |
setIsClass() |
protected void doRewrite()
public void setIsClass()
public boolean isClass()
public boolean isBound()
public Resolver4.Instance representative()
public Resolver4.Instance newHypothesis(Resolver4.Instance other)
public void hypothesisConfirmed()
public void hypothesisFalsified()
public Format format()
see also the complete user documentation .