elan.parser.token
Class SlashToken

java.lang.Object
  |
  +--elan.parser.token.CharToken
        |
        +--elan.parser.token.SlashToken
All Implemented Interfaces:
Token

public class SlashToken
extends CharToken


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

Constructor Detail

SlashToken

protected SlashToken()