Uses of Class
edu.ksu.cis.viewer.ConsList

Uses of ConsList in edu.ksu.cis.viewer
 

Methods in edu.ksu.cis.viewer that return ConsList
 ConsList ConsList.getTail()
          Returns the tail of the list.
 

Constructors in edu.ksu.cis.viewer with parameters of type ConsList
ConsList(Object h, ConsList lst)
          Constructs a ConsList with the given head and tail.