Uses of Class
com.ugos.JIProlog.engine.JIPSyntaxErrorException

Packages that use JIPSyntaxErrorException
com.ugos.JIProlog.engine   
 

Uses of JIPSyntaxErrorException in com.ugos.JIProlog.engine
 

Methods in com.ugos.JIProlog.engine that throw JIPSyntaxErrorException
 JIPTerm JIPTermParser.parseTerm(java.lang.String strTerm)
          Parses the term passed in the parameter and returns a JIPTerm object that wraps the corresponding prolog term.
 void JIPEngine.consultFile(java.lang.String strFileName)
          Consults a file.
 void JIPEngine.consultStream(java.io.InputStream ins, java.lang.String strStreamName)
          Consults a Stream.
 void JIPEngine.compileFile(java.lang.String strFileName)
          Compile the specified file.
 JIPQuery JIPEngine.openSynchronousQuery(java.lang.String strQuery)
          Returns a reference to a synchronous query.
 int JIPEngine.openQuery(java.lang.String strQuery)
          Opens a query.