Interpreter.PrologInterpreter
Class SetOps

java.lang.Object
  |
  +--Interpreter.PrologInterpreter.SetOps

public class SetOps
extends java.lang.Object

Un oggetto SetOps serve ad inizializzare le tabelle degli operatori e dei termini predefiniti.


Constructor Summary
SetOps(NewParser p)
          Costruisce una nuova SetOps.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetOps

public SetOps(NewParser p)
Costruisce una nuova SetOps.
Il costruttore inizializza le variabili:
SexpHashtable prefixOpSet, postfixOpSet, infixOpSet;
del NewParser.
Parameters:
p - NewParser da inizializzare.


Codice realizzato da Francesco Geri & Marco Tamanti