org.jboss.security.auth.login
Interface SunConfigParserConstants

All Known Implementing Classes:
SunConfigParser, SunConfigParserTokenManager

public interface SunConfigParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ANY
          RegularExpression Id.
static int CLASSNAME
          RegularExpression Id.
static int CLOSE_BKT
          RegularExpression Id.
static int CONTROL_FLAG
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int FLOAT
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LONG
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NOTSPACE_EQUALS
          RegularExpression Id.
static int OPEN_BKT
          RegularExpression Id.
static int SEMI_COLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

OPEN_BKT

static final int OPEN_BKT
RegularExpression Id.

See Also:
Constant Field Values

CLOSE_BKT

static final int CLOSE_BKT
RegularExpression Id.

See Also:
Constant Field Values

SEMI_COLON

static final int SEMI_COLON
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

LONG

static final int LONG
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

CONTROL_FLAG

static final int CONTROL_FLAG
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

CLASSNAME

static final int CLASSNAME
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

ANY

static final int ANY
RegularExpression Id.

See Also:
Constant Field Values

NOTSPACE_EQUALS

static final int NOTSPACE_EQUALS
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2009 JBoss Inc.. All Rights Reserved.