|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.subst.Subst
code.subst.IdSubst
public class IdSubst
This class represents the identity substitution. The identity substitution is a singleton accessible in the base class.
| Field Summary |
|---|
| Fields inherited from class code.subst.Subst |
|---|
id |
| Constructor Summary | |
|---|---|
protected |
IdSubst()
This constructor is protected since all identity substitutions are identical. |
| Method Summary | ||
|---|---|---|
|
accept(code.subst.visitor.SubstVisitor<R,T> v,
T o)
|
|
Term |
getBinding(Variable variable)
Return the binding of a variable. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IdSubst()
| Method Detail |
|---|
public Term getBinding(Variable variable)
Subst
getBinding in class Substvariable - The variable to tell the binding
public <R,T> R accept(code.subst.visitor.SubstVisitor<R,T> v,
T o)
accept in class Subst
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||