org.dllearner.parser
Interface ConfParserConstants

All Known Implementing Classes:
ConfParser, ConfParserTokenManager

public interface ConfParserConstants

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


Field Summary
static int ALL
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int BOTTOM
          RegularExpression Id.
static int COMMAND_END
          RegularExpression Id.
static int CONF_END
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOUBLE
          RegularExpression Id.
static int EOF
          End of File.
static int EXISTS
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NEG_EX
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int POS_EX
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TOP
          RegularExpression Id.
 

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

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

COMMAND_END

static final int COMMAND_END
RegularExpression Id.

See Also:
Constant Field Values

CONF_END

static final int CONF_END
RegularExpression Id.

See Also:
Constant Field Values

POS_EX

static final int POS_EX
RegularExpression Id.

See Also:
Constant Field Values

NEG_EX

static final int NEG_EX
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

TOP

static final int TOP
RegularExpression Id.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
RegularExpression Id.

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

EXISTS

static final int EXISTS
RegularExpression Id.

See Also:
Constant Field Values

ALL

static final int ALL
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
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.



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann