// $ANTLR 2.7.6 (20051207): NotifyCondition.g -> NotifyConditionTreeParserTokenTypes.txt$
NotifyConditionTreeParser    // output token vocab name
LITERAL_and="and"=4
LITERAL_or="or"=5
LITERAL_not="not"=6
LITERAL_true="true"=7
LITERAL_false="false"=8
LITERAL_success="success"=9
LITERAL_failure="failure"=10
LITERAL_error="error"=11
LITERAL_changed="changed"=12
"changed.by.me"=13
"state.change"=14
LEFT_PAREN("an opening parenthesis '('")=15
RIGHT_PAREN("a closing parenthesis ')'")=16
WORD("a word")=17
WHITESPACE=18
