GNU Prolog for Java

gnu.prolog.io.parser
Class TermParserUtils

java.lang.Object
  extended by gnu.prolog.io.parser.TermParserUtils

public class TermParserUtils
extends Object


Field Summary
static int EOF_TOKEN
           
 
Method Summary
static char convertQuotedChar(String str, char quote)
           
static String convertQuotedString(String str, char quote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF_TOKEN

public static final int EOF_TOKEN
See Also:
Constant Field Values
Method Detail

convertQuotedString

public static String convertQuotedString(String str,
                                         char quote)

convertQuotedChar

public static char convertQuotedChar(String str,
                                     char quote)

GNU Prolog for Java