picasso.parser.tokens.operations
Class EqualsToken

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

public class EqualsToken
extends CharToken
implements OperationInterface

Represents the equals sign

Author:
Sara Sprenkle

Constructor Summary
EqualsToken()
           
 
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

EqualsToken

public EqualsToken()