wugle.expression.logic
Interface PropositionalLogicLexerTokenTypes

All Known Implementing Classes:
PropositionalLogicLexer, PropositionalLogicParser, PropositionalLogicTreeWalker

public interface PropositionalLogicLexerTokenTypes


Field Summary
static int AND
           
static int EOF
           
static int FALSE
           
static int IFF
           
static int IMPLIES
           
static int LITERAL
           
static int LITERAL_LETTER
           
static int LPAREN
           
static int NOT
           
static int NULL_TREE_LOOKAHEAD
           
static int OR
           
static int RPAREN
           
static int TRUE
           
static int WHITESPACE
           
static int XOR
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

XOR

public static final int XOR
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

IMPLIES

public static final int IMPLIES
See Also:
Constant Field Values

IFF

public static final int IFF
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

LPAREN

public static final int LPAREN
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

LITERAL_LETTER

public static final int LITERAL_LETTER
See Also:
Constant Field Values

WHITESPACE

public static final int WHITESPACE
See Also:
Constant Field Values