|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absynt | +--absynt.Expr | +--absynt.Constval
Constant values as expressions. Supported are integers and booleans.
Field Summary | |
java.lang.Object |
val
Constant values are integers and booleans; they are directly implemented using the corresponding data types from Java. |
Fields inherited from class absynt.Expr |
AND, DIV, EQ, GEQ, GREATER, LEQ, LESS, MINUS, NEG, NEQ, OR, PLUS, TIMES, type |
Fields inherited from class absynt.Absynt |
pos |
Constructor Summary | |
Constval(boolean v)
2 overloaded constructors. |
|
Constval(int v)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object val
Constructor Detail |
public Constval(boolean v)
public Constval(int v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |