GNU Prolog for Java

Uses of Package
gnu.prolog.io

Packages that use gnu.prolog.io
gnu.prolog.database   
gnu.prolog.io   
gnu.prolog.io.parser This package contains the TermParser.jj file which is used by javacc to generate the parser found in gnu.prolog.io.parser.gen
gnu.prolog.io.parser.gen   
gnu.prolog.vm   
 

Classes in gnu.prolog.io used by gnu.prolog.database
CharConversionTable
          A conversion map, used by char_conversion and current_char_conversion and TextInputPrologStream.readTerm(Term,Interpreter,ReadOptions) .
OperatorSet
           
ParseException
           
TermReader
           
 

Classes in gnu.prolog.io used by gnu.prolog.io
Operator
           
OperatorSet
           
ParseException
           
ReadOptions
          this class contains representation of ISO prolog read options.
WriteOptions
          ISO Prolog write options (Section 7.10.4)
 

Classes in gnu.prolog.io used by gnu.prolog.io.parser
Operator
           
OperatorSet
           
 

Classes in gnu.prolog.io used by gnu.prolog.io.parser.gen
ReadOptions
          this class contains representation of ISO prolog read options.
 

Classes in gnu.prolog.io used by gnu.prolog.vm
CharConversionTable
          A conversion map, used by char_conversion and current_char_conversion and TextInputPrologStream.readTerm(Term,Interpreter,ReadOptions) .
OperatorSet
           
ParseException
           
ReadOptions
          this class contains representation of ISO prolog read options.
TermReader
           
TermWriter
          This class is intendent for printing terms.
WriteOptions
          ISO Prolog write options (Section 7.10.4)
 


GNU Prolog for Java