com.wutka.dtd
Class Token

java.lang.Object
  extended bycom.wutka.dtd.Token

class Token
extends java.lang.Object

Token returned by the lexical scanner

Version:
$Revision: 1.1 $ $Date: 2005/07/29 05:07:35 $ by $Author: pavels $
Author:
Mark Wutka

Field Summary
 TokenType type
           
 java.lang.String value
           
 
Constructor Summary
Token(TokenType aType)
           
Token(TokenType aType, java.lang.String aValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public TokenType type

value

public java.lang.String value
Constructor Detail

Token

public Token(TokenType aType)

Token

public Token(TokenType aType,
             java.lang.String aValue)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com