ConForM.CoopnTools.CoKer.SpecMgr
Class LexicalSpecFileToken

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.LexicalToken
        |
        +--ConForM.CoopnTools.CoKer.SpecMgr.LexicalSpecFileToken

public class LexicalSpecFileToken
extends LexicalToken

Lexical tokens for specification files.

See Also:
LexicalToken

Fields inherited from class ConForM.CoopnTools.CoKer.LexicalToken
COMMENT, IDENTIFIER, KEYWORD, NEWLINE, SPACE, SYMBOL
 
Constructor Summary
LexicalSpecFileToken(int kind, java.lang.String image, java.lang.String prettyImage)
          Simple constructor.
 
Method Summary
 java.lang.String prettyImage()
          Retrieve the pretty token image.
 
Methods inherited from class ConForM.CoopnTools.CoKer.LexicalToken
image, kind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalSpecFileToken

public LexicalSpecFileToken(int kind,
                            java.lang.String image,
                            java.lang.String prettyImage)
Simple constructor.
Method Detail

prettyImage

public java.lang.String prettyImage()
Retrieve the pretty token image.
Overrides:
prettyImage in class LexicalToken
See Also:
LexicalToken