|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--Interpreter.Sexp.Sexp
|
+--Interpreter.Sexp.AtomSexp
|
+--Interpreter.Sexp.IdentSexp
|
+--Interpreter.Sexp.Tokens.SpecialToken
Gli oggetti creati a partire da SpecialToken sono tutti i simboli non compresi negli altri tokens.
| Fields inherited from class Interpreter.Sexp.AtomSexp |
name |
| Fields inherited from class Interpreter.Sexp.Sexp |
BEGIN_S,
COUPLE_S,
END_S,
isAList,
Lisp,
nil,
NIL_S,
SEP_S,
Separators |
| Constructor Summary | |
SpecialToken(java.lang.String s)
Costruisce un nuovo SpecialToken. |
|
| Method Summary | |
java.lang.String |
Special()
Restituisce il nome della primitiva sotto forma di stringa. |
| Methods inherited from class Interpreter.Sexp.IdentSexp |
accept |
| Methods inherited from class Interpreter.Sexp.AtomSexp |
append,
car,
cdr,
count,
equals,
equals,
reverse,
toString,
toString,
toStringInList |
| Methods inherited from class Interpreter.Sexp.Sexp |
isAList,
isEq,
reverse |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SpecialToken(java.lang.String s)
| Method Detail |
public java.lang.String Special()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||