com.lutris.util
Class ConfigParser
java.lang.Object
|
+--com.lutris.util.ConfigParser
- All Implemented Interfaces:
- ConfigParserConstants
- public class ConfigParser
- extends java.lang.Object
- implements ConfigParserConstants
Fields inherited from interface com.lutris.util.ConfigParserConstants |
ASSIGN, COMMA, COMMENT, DEFAULT, EOF, EOL, KEYWORD, KW_CHAR, PLUS, QCHAR, QSTRING, RHS, STRING, tokenImage, WHITESPACE, WS_CHAR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public ConfigParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
ConfigParser
public ConfigParser(java.io.InputStream stream)
ConfigParser
public ConfigParser(java.io.Reader stream)
ConfigParser
public ConfigParser(ConfigParserTokenManager tm)
main
public static void main(java.lang.String[] args)
throws ParseException,
ConfigException
ParseException
ConfigException
process
public void process(ConfigFile configFile)
throws ParseException,
ConfigException
ParseException
ConfigException
ParseConfigFile
public final void ParseConfigFile()
throws ParseException,
ConfigException
ParseException
ConfigException
ConfigEntry
public final boolean ConfigEntry()
throws ParseException,
ConfigException
ParseException
ConfigException
ValueList
public final java.util.Vector ValueList()
throws ParseException
ParseException
Value
public final java.lang.String Value()
throws ParseException
ParseException
ValueFragment
public final java.lang.String ValueFragment()
throws ParseException
ParseException
arraySpec
public final boolean arraySpec()
throws ParseException
ParseException
QuotedString
public final java.lang.String QuotedString()
throws ParseException
ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(ConfigParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()