All Packages Class Hierarchy This Package Previous Next Index
Class absyn.Comppath
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Comppath
- public class Comppath
- extends Absyn
- implements Serializable, Cloneable
Operation on path of statenames.
- Version:
- $Id: Comppath.java,v 1.12 1999/02/09 10:40:12 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
ENTERED
-
-
EXITED
-
-
IN
- Constants
-
path
- Path.
-
pathop
- Path operation.
-
Comppath(int, Path)
- Constructor.
-
Comppath(int, Path, Location)
-
-
clone()
-
pathop
public int pathop
- Path operation.
path
public Path path
- Path.
IN
public static final int IN
- Constants
ENTERED
public static final int ENTERED
EXITED
public static final int EXITED
Comppath
public Comppath(int op,
Path p)
- Constructor.
Comppath
public Comppath(int op,
Path p,
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