ConForM.CoopnTools.CoKer.CoopnMgr
Class LexicalCoopnFileToken

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.LexicalToken
        |
        +--ConForM.CoopnTools.CoKer.CoopnMgr.LexicalCoopnFileToken

public class LexicalCoopnFileToken
extends LexicalToken

Lexical tokens for coopn source files.

See Also:
LexicalToken

Fields inherited from class ConForM.CoopnTools.CoKer.LexicalToken
COMMENT, IDENTIFIER, KEYWORD, NEWLINE, SPACE, SYMBOL
 
Constructor Summary
LexicalCoopnFileToken(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

LexicalCoopnFileToken

public LexicalCoopnFileToken(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