org.dllearner.parser
Interface PrologParserConstants

All Known Implementing Classes:
PrologParser, PrologParserTokenManager

public interface PrologParserConstants

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


Field Summary
static int ANYCHAR
          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 HICASE
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int LOCASE
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int OPERATOR
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SPECIALCHAR
          RegularExpression Id.
static int STRINGCONSTANT
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int VAR
          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

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

STRINGCONSTANT

static final int STRINGCONSTANT
RegularExpression Id.

See Also:
Constant Field Values

VAR

static final int VAR
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

OPERATOR

static final int OPERATOR
RegularExpression Id.

See Also:
Constant Field Values

ANYCHAR

static final int ANYCHAR
RegularExpression Id.

See Also:
Constant Field Values

LOCASE

static final int LOCASE
RegularExpression Id.

See Also:
Constant Field Values

HICASE

static final int HICASE
RegularExpression Id.

See Also:
Constant Field Values

SPECIALCHAR

static final int SPECIALCHAR
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-2011 Jens Lehmann