Interpreter.Sexp.Tokens
Class RelationToken

java.lang.Object
  |
  +--Interpreter.Sexp.Sexp
        |
        +--Interpreter.Sexp.AtomSexp
              |
              +--Interpreter.Sexp.IdentSexp
                    |
                    +--Interpreter.Sexp.Tokens.PrimitiveToken
                          |
                          +--Interpreter.Sexp.Tokens.RelationToken

public class RelationToken
extends PrimitiveToken

Gli oggetti creati a partire da RealationToken sono gli operatori relazionali.


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
RelationToken(java.lang.String s)
          Costruisce un nuovo RelationToken.
 
Method Summary
 java.lang.String Operator()
          Restituisce l'operatore sotto forma di stringa.
 
Methods inherited from class Interpreter.Sexp.Tokens.PrimitiveToken
Primitive
 
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

RelationToken

public RelationToken(java.lang.String s)
Costruisce un nuovo RelationToken.
Method Detail

Operator

public java.lang.String Operator()
Restituisce l'operatore sotto forma di stringa.


Codice realizzato da Francesco Geri & Marco Tamanti