ConForM.CoopnTools.CoKer.ConstraintsMgr
Class LexicalConsFileToken

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.LexicalToken
        |
        +--ConForM.CoopnTools.CoKer.ConstraintsMgr.LexicalConsFileToken

public class LexicalConsFileToken
extends LexicalToken

Lexical tokens for constraints files.

See Also:
LexicalToken

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

LexicalConsFileToken

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