org.hyphenType.datastructure.lexer
Class LexToken

java.lang.Object
  extended by org.hyphenType.datastructure.lexer.LexToken
Direct Known Subclasses:
LexArgument, LexOption, LexOptionMapValue, LexOptionValue

public abstract class LexToken
extends Object

Author:
Aurelio Akira M. Matsui

Field Summary
 String value
           
 
Constructor Summary
LexToken(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final String value
Constructor Detail

LexToken

public LexToken(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.