antlr3errors.h - Man Page
include/antlr3errors.h
Synopsis
Macros
#define ANTLR3_CHARSTREAM_EOF 0xFFFFFFFF
Indicates end of character stream and is an invalid Unicode code point.
#define ANTLR3_ERR_BASE 0
#define ANTLR3_ERR_HASHDUP (ANTLR3_ERR_BASE + 3)
#define ANTLR3_ERR_NOFILE (ANTLR3_ERR_BASE + 2)
#define ANTLR3_ERR_NOMEM (ANTLR3_ERR_BASE + 1)
#define ANTLR3_FAIL 1
#define ANTLR3_FALSE 0
#define ANTLR3_SUCCESS 0
#define ANTLR3_TRUE 1
#define MEMO_RULE_FAILED 0xFFFFFFFE
Indicates memoizing on a rule failed.
#define MEMO_RULE_UNKNOWN 0xFFFFFFFF
Macro Definition Documentation
#define ANTLR3_CHARSTREAM_EOF 0xFFFFFFFF
Indicates end of character stream and is an invalid Unicode code point.
#define ANTLR3_ERR_BASE 0
#define ANTLR3_ERR_HASHDUP (ANTLR3_ERR_BASE + 3)
#define ANTLR3_ERR_NOFILE (ANTLR3_ERR_BASE + 2)
#define ANTLR3_ERR_NOMEM (ANTLR3_ERR_BASE + 1)
#define ANTLR3_FAIL 1
#define ANTLR3_FALSE 0
#define ANTLR3_SUCCESS 0
#define ANTLR3_TRUE 1
#define MEMO_RULE_FAILED 0xFFFFFFFE
Indicates memoizing on a rule failed.
#define MEMO_RULE_UNKNOWN 0xFFFFFFFF
Author
Generated automatically by Doxygen for ANTLR3C from the source code.
Referenced By
The man pages ANTLR3_CHARSTREAM_EOF(3), ANTLR3_ERR_BASE(3), ANTLR3_ERR_HASHDUP(3), ANTLR3_ERR_NOFILE(3), ANTLR3_ERR_NOMEM(3), ANTLR3_FAIL(3), ANTLR3_FALSE(3), antlr3-MEMO_RULE_FAILED(3), antlr3-MEMO_RULE_UNKNOWN(3), ANTLR3_SUCCESS(3) and ANTLR3_TRUE(3) are aliases of antlr3errors.h(3).