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
-
head
-
-
tail
-
-
TrList(Tr, TrList)
-
-
TrList(Tr, TrList, Location)
-
-
clone()
-
head
public Tr head
tail
public TrList tail
TrList
public TrList(Tr h,
TrList tl)
TrList
public TrList(Tr h,
TrList tl,
Location l)
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