Class Unit
java.lang.Object
|
+----Unit
- public class Unit
- extends Object
- implements BaseObject
A Unit. "<>".
-
Unit()
-
-
astString(int)
-
-
lambdaType()
-
-
leftSubterm()
-
-
nth(int)
-
-
rightSubterm()
-
-
subterm()
-
-
toString()
-
-
type()
-
-
value()
-
-
variable()
-
Unit
public Unit()
nth
public BaseObject nth(int i)
value
public String value() throws LLFException
variable
public Variable variable() throws LLFException
lambdaType
public Type lambdaType() throws LLFException
leftSubterm
public BaseObject leftSubterm() throws LLFException
rightSubterm
public BaseObject rightSubterm() 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 indent)