picasso.parser.tokens.chars
Class QuoteToken

java.lang.Object
  extended by picasso.parser.tokens.Token
      extended by picasso.parser.tokens.chars.CharToken
          extended by picasso.parser.tokens.chars.QuoteToken

public class QuoteToken
extends CharToken

Represents quote token

Author:
Levi Throckmorton

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

QuoteToken

public QuoteToken()