|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--absynt.Absynt
|
+--absynt.Expr
|
+--absynt.Variable
Variables of the simple assignement language. They are very simply implemented as strings
| Field Summary | |
java.lang.String |
name
|
Type |
type
|
| Fields inherited from class absynt.Expr |
AND, DIV, EQ, GEQ, GREATER, LEQ, LESS, MINUS, NEG, NEQ, OR, PLUS, TIMES |
| Fields inherited from class absynt.Absynt |
pos |
| Constructor Summary | |
Variable(java.lang.String s)
|
|
Variable(java.lang.String s,
Type _t)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public Type type
| Constructor Detail |
public Variable(java.lang.String s)
public Variable(java.lang.String s,
Type _t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||