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