All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.TrList

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.TrList

public class TrList
extends Absyn
implements Cloneable, Serializable

Variable Index

 o head
 o tail

Constructor Index

 o TrList(Tr, TrList)
 o TrList(Tr, TrList, Location)

Method Index

 o clone()

Variables

 o head
 public Tr head
 o tail
 public TrList tail

Constructors

 o TrList
 public TrList(Tr h,
               TrList tl)
 o TrList
 public TrList(Tr h,
               TrList tl,
               Location l)

Methods

 o clone
 public Object clone() throws CloneNotSupportedException
Throws: CloneNotSupportedException
self-explanatory exception
Overrides:
clone in class Absyn

All Packages  Class Hierarchy  This Package  Previous  Next  Index