Package picasso.parser.tokens.operations

Interface Summary
OperationInterface A marker interface
 

Class Summary
DivideToken Represents the division sign
EqualsToken Represents the equals sign
ExponentiateToken Represents the multiplication sign
MinusToken Represent the minus sign
ModToken Represents the mod token
MultiplyToken Represents the multiplication sign
NegateToken Represent the negate sign
PlusToken Represents the plus sign
PowerToken Represents the exponent sign