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

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

public class Inval
extends Token

Implements an invalid token.

Author:
Ekkart Kindler, kindler@upb.de

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

Inval

public Inval()