Class Top

java.lang.Object
   |
   +----Top

public class Top
extends Object
implements Type
Top.


Constructor Index

 o Top()

Method Index

 o astString(int)
 o leftSubterm()
 o rightSubterm()
 o toString()
 o type()
 o variable()

Constructors

 o Top
 public Top()

Methods

 o variable
 public Variable variable() throws LLFException
 o leftSubterm
 public Type leftSubterm() throws LLFException
 o rightSubterm
 public Type rightSubterm() throws LLFException
 o type
 public int type()
 o toString
 public String toString()
Overrides:
toString in class Object
 o astString
 public String astString(int i)