|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmycompiler.mytypereconstruction.CTriple
public class CTriple
Container-Klasse für Ergebniswerte der Algorithmen TRStmt und TRExp. (siehe Algorithmus 5.20 ff TRStmt und 5.30 ff TRExp, Martin Plümicke)
| Constructor Summary | |
|---|---|
CTriple()
Author: Jörg Bäuerle |
|
CTriple(CSubstitutionSet substitutions,
Type resultType,
CTypeAssumptionSet assumptionSet)
|
|
| Method Summary | |
|---|---|
CTriple |
clone()
|
CTriple |
cloneAndApplyUnify(CSubstitutionSet unifier)
Kopiert dieses Triple und wendet alle Substitutionen eines Unifiers auf die Kopie an. |
boolean |
equals(java.lang.Object obj)
|
CTypeAssumptionSet |
getAssumptionSet()
Author: Jörg Bäuerle |
Type |
getResultType()
Author: Jörg Bäuerle |
CSubstitutionSet |
getSubstitutions()
Author: Jörg Bäuerle |
void |
setAssumptionSet(CTypeAssumptionSet assumptionSet)
Author: Jörg Bäuerle |
void |
setResultType(Type resultType)
Author: Jörg Bäuerle |
void |
setSubstitutions(CSubstitutionSet substitutions)
Author: Jörg Bäuerle |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CTriple()
public CTriple(CSubstitutionSet substitutions,
Type resultType,
CTypeAssumptionSet assumptionSet)
| Method Detail |
|---|
public CTypeAssumptionSet getAssumptionSet()
public void setAssumptionSet(CTypeAssumptionSet assumptionSet)
assumptionSet - The AssumptionSet to set.public Type getResultType()
public void setResultType(Type resultType)
resultType - The ResultType to set.public CSubstitutionSet getSubstitutions()
public void setSubstitutions(CSubstitutionSet substitutions)
substitution - The Substitutions to set.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic CTriple clone()
clone in class java.lang.Objectpublic CTriple cloneAndApplyUnify(CSubstitutionSet unifier)
unifier -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||