All Packages Class Hierarchy This Package Previous Next Index
Class absyn.GuardUndet
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Guard
|
+----absyn.GuardUndet
- public class GuardUndet
- extends Guard
- implements Serializable, Cloneable
One kind of guard: untyped identifier.
If the type of the identifier can not be determined, this class is used.
- Version:
- $Id: GuardUndet.java,v 1.7 1999/02/09 11:32:56 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
undet
- Identifier name.
-
GuardUndet(String)
- Constructor.
-
GuardUndet(String, Location)
-
-
clone()
-
undet
public String undet
- Identifier name.
GuardUndet
public GuardUndet(String u)
- Constructor.
GuardUndet
public GuardUndet(String u,
Location l)
clone
public Object clone() throws CloneNotSupportedException
- Throws: CloneNotSupportedException
- self-explanatory exception
- Overrides:
- clone in class Guard
All Packages Class Hierarchy This Package Previous Next Index