ConForM.CoopnTools.CoKer.PackageMgr
Class LexicalPackageFileToken

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.LexicalToken
        |
        +--ConForM.CoopnTools.CoKer.PackageMgr.LexicalPackageFileToken

public class LexicalPackageFileToken
extends LexicalToken

Lexical tokens for package files.

See Also:
LexicalToken

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

LexicalPackageFileToken

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