Class TypeFamilyConstant
java.lang.Object
|
+----TypeFamilyConstant
- public class TypeFamilyConstant
- extends Object
- implements TypeFamily
Type family constants.
-
TypeFamilyConstant(String)
-
-
astString(int)
-
-
leftSubterm()
-
-
nth(int)
-
-
rightSubterm()
-
-
subTerm()
-
-
subTypeFamily()
-
-
toString()
-
-
type()
-
-
value()
-
-
variable()
-
TypeFamilyConstant
public TypeFamilyConstant(String s)
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)