elan.parser.token
Class QuotientToken

java.lang.Object
  |
  +--elan.parser.token.ReservedToken
        |
        +--elan.parser.token.QuotientToken
All Implemented Interfaces:
Token

public class QuotientToken
extends ReservedToken


Constructor Summary
QuotientToken()
           
 
Methods inherited from class elan.parser.token.ReservedToken
equals, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuotientToken

public QuotientToken()