coins.cfront
Class Token

java.lang.Object
  extended bycoins.cfront.Token

class Token
extends java.lang.Object


Field Summary
 double doubleValue
           
 java.lang.String fileName
           
 int lineNumber
           
 long longValue
           
 Token next
           
 java.lang.String textValue
           
 int tokenId
           
 
Constructor Summary
(package private) Token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public Token next

tokenId

public int tokenId

lineNumber

public int lineNumber

fileName

public java.lang.String fileName

longValue

public long longValue

doubleValue

public double doubleValue

textValue

public java.lang.String textValue
Constructor Detail

Token

Token()