All Packages Class Hierarchy This Package Previous Next Index
Class absyn.PathList
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.PathList
- public class PathList
- extends Absyn
- implements Serializable, Cloneable
-
head
-
-
tail
-
-
PathList(Path, PathList)
-
-
clone()
-
head
public Path head
tail
public PathList tail
PathList
public PathList(Path h,
PathList tl)
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