Class LinearApp
java.lang.Object
|
+----LinearApp
- public class LinearApp
- extends Object
- implements BaseObject
A linear app.
-
LinearApp(BaseObject, BaseObject)
-
-
astString(int)
-
-
lambdaType()
-
-
leftSubterm()
-
-
nth(int)
-
-
rightSubterm()
-
-
subterm()
-
-
toString()
-
-
type()
-
-
value()
-
-
variable()
-
LinearApp
public LinearApp(BaseObject l,
BaseObject r)
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)