StopAt
Inherits Enum < Comparable < Value < Object
Defines the types of tokens that can stop an expression parser
Constants
Normal = 0
UcsBranch = 1
BooleanOperator # Stops if the next token is a boolean comparison operator ColonOrAnd # Stops at Colon or an 'and' keyword/operator
UcsEnd = 2
Comma = 3
Newline = 4
ExpressionEnd = 5