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

Variable Index

 o head
 o tail

Constructor Index

 o Path(String, Path)

Method Index

 o append(String)
 o clone()

Variables

 o head
 public String head
 o tail
 public Path tail

Constructors

 o Path
 public Path(String h,
             Path tl)

Methods

 o append
 public Path append(String s)
 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