|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absyn | +--absynt.Vardec
Variablendeklaration.
Field Summary | |
M_AtomType |
type
|
Expr |
val
|
Variable |
var
|
Fields inherited from class absynt.Absyn |
location |
Constructor Summary | |
Vardec(Variable x)
|
|
Vardec(Variable x,
Expr e)
|
|
Vardec(Variable x,
Expr e,
M_AtomType _t)
Momentan 3 Konstruktoren. |
Method Summary | |
java.lang.Object |
clone()
Methode zum Kopieren einer Vardec. |
void |
print()
|
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Variable var
public Expr val
public M_AtomType type
Constructor Detail |
public Vardec(Variable x, Expr e, M_AtomType _t)
public Vardec(Variable x, Expr e)
public Vardec(Variable x)
Method Detail |
public java.lang.Object clone()
public void print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |