Package org.jboss.security.auth.login
Interface SunConfigParserConstants
-
- All Known Implementing Classes:
SunConfigParser,SunConfigParserTokenManager
public interface SunConfigParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANYRegularExpression Id.static intCLASSNAMERegularExpression Id.static intCLOSE_BKTRegularExpression Id.static intCONTROL_FLAGRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDOUBLERegularExpression Id.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intFLOATRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intLETTERRegularExpression Id.static intLONGRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intNOTSPACE_EQUALSRegularExpression Id.static intOPEN_BKTRegularExpression Id.static intSEMI_COLONRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSTRINGRegularExpression Id.static String[]tokenImageLiteral 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.
-
-