ConForM.CoopnTools.CoKer.CoopnMgr
Class LexicalCocoFileToken

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

public class LexicalCocoFileToken
extends LexicalToken

Lexical tokens for coopn compact (coco) source files.

See Also:
LexicalToken

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

LexicalCocoFileToken

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