ch.qos.cal10n.util
Class Token

java.lang.Object
  extended by ch.qos.cal10n.util.Token

public class Token
extends Object

Author:
Ceki Gülcü

Method Summary
 boolean equals(Object obj)
           
 ch.qos.cal10n.util.Token.TokenType getTokenType()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getTokenType

public ch.qos.cal10n.util.Token.TokenType getTokenType()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2009-2013 QOS.ch. All Rights Reserved.