picasso.parser.tokens.operations
Class NegateToken

java.lang.Object
  extended by picasso.parser.tokens.Token
      extended by picasso.parser.tokens.chars.CharToken
          extended by picasso.parser.tokens.operations.NegateToken
All Implemented Interfaces:
OperationInterface

public class NegateToken
extends CharToken
implements OperationInterface

Represent the negate sign

Author:
Samuel Reed

Constructor Summary
NegateToken()
           
 
Method Summary
 
Methods inherited from class picasso.parser.tokens.chars.CharToken
equals, isConstant, isFunction, toString, value
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NegateToken

public NegateToken()