|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--Interpreter.Sexp.Utils.SexpInt
Un oggetto SexpIntSexp è un contenitore che include una Sexp ed un valore intero.
| Field Summary | |
boolean |
not
Contiene un valore boolean. È utilizzato nell'interprete Prolog per la gestione del not. |
| Constructor Summary | |
SexpInt(Sexp s,
int i)
Costruisce una nuova TermSexp. |
|
| Method Summary | |
int |
getInt()
Restituisce il valore intero. |
Sexp |
getSexp()
Restituisce la S-expression. |
void |
incInt()
Incrementa di una unità il valore intero. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public boolean not
| Constructor Detail |
public SexpInt(Sexp s,
int i)
s - espressione.i - valore intero.| Method Detail |
public void incInt()
public Sexp getSexp()
public int getInt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||