de.upb.swt.mcie.parser.token
Class End

java.lang.Object
  extended by de.upb.swt.mcie.parser.token.Token
      extended by de.upb.swt.mcie.parser.token.End

public class End
extends Token

Implements the token for the end of a character sequence.

Author:
Ekkart Kindler, kindler@upb.de

Constructor Summary
End()
           
 
Method Summary
 
Methods inherited from class de.upb.swt.mcie.parser.token.Token
setReference, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

End

public End()