Package picasso.parser.tokens.chars

Class Summary
ApostropheToken Represents apostrophe token
BackslashToken Represents backslash token
BangToken Represents bang token
CharToken A token represented by a single character, e.g., '*', ';', '[' and so on; the method equals compares a CharToken as equal to another CharToken encapsulating the same character.
CommaToken  
DollarSignToken Represents dollar sign token
LeftBracketToken Represents a left bracket
LeftParenToken Represents a left parenthesis
PeriodToken  
QuestionMarkToken Represents question mark token
QuoteToken Represents quote token
RightBracketToken Represents a right bracket
RightParenToken Represents a right parenthesis
TildeToken Represents tilde token
UnderscoreToken Represents underscore token