org.apache.maven.surefire.group.parse
Interface GroupMatcherParserConstants

All Known Implementing Classes:
GroupMatcherParser, GroupMatcherParserTokenManager

public interface GroupMatcherParserConstants

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


Field Summary
static int AMP2
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int BANG
          RegularExpression Id.
static int CLS
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int LPAREN
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PIPE2
          RegularExpression Id.
static int RPAREN
          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

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

AMP2

static final int AMP2
RegularExpression Id.

See Also:
Constant Field Values

PIPE2

static final int PIPE2
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

BANG

static final int BANG
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

CLS

static final int CLS
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 © 2004-2013 The Apache Software Foundation. All Rights Reserved.