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

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

public class Prime
extends Token

Implements the token for the prime symbol attached to an identifier.

Author:
Ekkart Kindler, kindler@upb.de

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

Prime

public Prime()