All Packages Class Hierarchy This Package Previous Next Index
Class absyn.TLabel
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.TLabel
- public class TLabel
- extends Absyn
- implements Serializable, Cloneable
TLabel.
- Version:
- $Id: TLabel.java,v 1.11 1999/02/09 13:17:13 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
action
- Righ-hand-side of the label: action
-
caption
- Caption of the label: caption
-
guard
- Left-hand-side of the label: guard.
-
position
- Position of the label.
-
TLabel(Guard, Action)
- Constructor.
-
TLabel(Guard, Action, CPoint)
- Constructor with Position.
-
TLabel(Guard, Action, CPoint, Location)
- Constructor with Position and Location.
-
TLabel(Guard, Action, CPoint, Location, String)
- Constructor with Position, Location and Caption.
-
clone()
-
position
public CPoint position
- Position of the label.
guard
public Guard guard
- Left-hand-side of the label: guard.
action
public Action action
- Righ-hand-side of the label: action
caption
public String caption
- Caption of the label: caption
TLabel
public TLabel(Guard g,
Action a)
- Constructor.
TLabel
public TLabel(Guard g,
Action a,
CPoint p)
- Constructor with Position.
TLabel
public TLabel(Guard g,
Action a,
CPoint p,
Location l)
- Constructor with Position and Location.
TLabel
public TLabel(Guard g,
Action a,
CPoint p,
Location l,
String c)
- Constructor with Position, Location and Caption.
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