Class TypeFamilyInstantiation
java.lang.Object
|
+----TypeFamilyInstantiation
- public class TypeFamilyInstantiation
- extends Object
- implements TypeFamily
Type family instantiation.
-
TypeFamilyInstantiation(TypeFamily, BaseObject)
-
-
astString(int)
-
-
leftSubterm()
-
-
nth(int)
-
-
rightSubterm()
-
-
subTerm()
-
-
subTypeFamily()
-
-
toString()
-
-
type()
-
-
value()
-
-
variable()
-
TypeFamilyInstantiation
public TypeFamilyInstantiation(TypeFamily p,
BaseObject m)
nth
public BaseObject nth(int i)
variable
public Variable variable() throws LLFException
leftSubterm
public Type leftSubterm() throws LLFException
rightSubterm
public Type rightSubterm() throws LLFException
value
public String value() throws LLFException
subTypeFamily
public TypeFamily subTypeFamily() throws LLFException
subTerm
public BaseObject subTerm() throws LLFException
type
public int type()
toString
public String toString()
- Overrides:
- toString in class Object
astString
public String astString(int i)