Interface BaseObject
- public interface BaseObject
- extends LLFNode
This is the base object interface. It is also the top level.
-
lambdaType()
-
-
leftSubterm()
-
-
nth(int)
-
-
rightSubterm()
-
-
subterm()
-
-
value()
-
-
variable()
-
nth
public abstract BaseObject nth(int i)
value
public abstract String value() throws LLFException
variable
public abstract Variable variable() throws LLFException
lambdaType
public abstract Type lambdaType() throws LLFException
leftSubterm
public abstract BaseObject leftSubterm() throws LLFException
rightSubterm
public abstract BaseObject rightSubterm() throws LLFException
subterm
public abstract BaseObject subterm() throws LLFException