Inherited by SeparatorAt, SeparatorComma, SeparatorIn, SeparatorOn, and SeparatorSlashOrDash.

Public Types | |
| enum | SeparatorType { COMMA, DASH, SLASH, AT, NEWLINE, IN, ON } |
Public Member Functions | |
| Separator (Separator.SeparatorType type) | |
| String | toString () |
Static Public Member Functions | |
| static List< Token > | scan (List< Token > tokens, Options options) |
| enum SeparatorType |
| Separator | ( | Separator.SeparatorType | type | ) |
| String toString | ( | ) |
Reimplemented in SeparatorAt, SeparatorComma, SeparatorIn, SeparatorOn, and SeparatorSlashOrDash.
1.5.8