org.apache.commons.configuration.plist
Class PropertyListParserTokenManager

java.lang.Object
  extended byorg.apache.commons.configuration.plist.PropertyListParserTokenManager
All Implemented Interfaces:
PropertyListParserConstants

class PropertyListParserTokenManager
extends Object
implements PropertyListParserConstants


Field Summary
static int ARRAY_BEGIN
           
static int ARRAY_END
           
static int ARRAY_SEPARATOR
           
protected  char curChar
           
(package private)  int curLexState
           
static int DATA
           
static int DATA_END
           
static int DATA_START
           
 PrintStream debugStream
           
static int DEFAULT
           
(package private)  int defaultLexState
           
static int DICT_BEGIN
           
static int DICT_END
           
static int DICT_SEPARATOR
           
static int EOF
           
static int EQUAL
           
static int ESCAPED_QUOTE
           
static int HEXA
           
protected  SimpleCharStream input_stream
           
(package private) static long[] jjbitVec0
           
(package private)  int jjmatchedKind
           
(package private)  int jjmatchedPos
           
(package private)  int jjnewStateCnt
           
(package private) static int[] jjnextStates
           
(package private)  int jjround
           
static String[] jjstrLiteralImages
           
(package private) static long[] jjtoSkip
           
(package private) static long[] jjtoToken
           
static int LETTER
           
static String[] lexStateNames
           
static int QUOTE
           
static int QUOTED_STRING
           
static int STRING
           
static String[] tokenImage
           
static int WHITE
           
 
Constructor Summary
PropertyListParserTokenManager(SimpleCharStream stream)
           
 
Method Summary
 Token getNextToken()
           
protected  Token jjFillToken()
           
 void ReInit(SimpleCharStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public PrintStream debugStream

jjbitVec0

static final long[] jjbitVec0

jjnextStates

static final int[] jjnextStates

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

jjtoToken

static final long[] jjtoToken

jjtoSkip

static final long[] jjtoSkip

input_stream

protected SimpleCharStream input_stream

curChar

protected char curChar

curLexState

int curLexState

defaultLexState

int defaultLexState

jjnewStateCnt

int jjnewStateCnt

jjround

int jjround

jjmatchedPos

int jjmatchedPos

jjmatchedKind

int jjmatchedKind

EOF

public static final int EOF
See Also:
Constant Field Values

ARRAY_BEGIN

public static final int ARRAY_BEGIN
See Also:
Constant Field Values

ARRAY_END

public static final int ARRAY_END
See Also:
Constant Field Values

ARRAY_SEPARATOR

public static final int ARRAY_SEPARATOR
See Also:
Constant Field Values

DICT_BEGIN

public static final int DICT_BEGIN
See Also:
Constant Field Values

DICT_END

public static final int DICT_END
See Also:
Constant Field Values

DICT_SEPARATOR

public static final int DICT_SEPARATOR
See Also:
Constant Field Values

EQUAL

public static final int EQUAL
See Also:
Constant Field Values

DATA_START

public static final int DATA_START
See Also:
Constant Field Values

DATA_END

public static final int DATA_END
See Also:
Constant Field Values

QUOTE

public static final int QUOTE
See Also:
Constant Field Values

LETTER

public static final int LETTER
See Also:
Constant Field Values

WHITE

public static final int WHITE
See Also:
Constant Field Values

HEXA

public static final int HEXA
See Also:
Constant Field Values

DATA

public static final int DATA
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

QUOTED_STRING

public static final int QUOTED_STRING
See Also:
Constant Field Values

ESCAPED_QUOTE

public static final int ESCAPED_QUOTE
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

tokenImage

public static final String[] tokenImage
Constructor Detail

PropertyListParserTokenManager

public PropertyListParserTokenManager(SimpleCharStream stream)
Method Detail

ReInit

public void ReInit(SimpleCharStream stream)

jjFillToken

protected Token jjFillToken()

getNextToken

public Token getNextToken()


Copyright © 2001-2006 The Apache Software Foundation. All Rights Reserved.