org.cogroo.tools.checker.rules.applier
Class NullToken

java.lang.Object
  extended by org.cogroo.entities.Token
      extended by org.cogroo.tools.checker.rules.applier.NullToken
All Implemented Interfaces:
Serializable

public class NullToken
extends Token

See Also:
Serialized Form

Method Summary
static Token instance()
           
 void setLexeme(String lexeme)
           
 String toString()
           
 
Methods inherited from class org.cogroo.entities.Token
equals, getChunk, getChunkTag, getLexeme, getLexemeType, getMorphologicalTag, getPrimitive, getSpan, getSyntacticChunk, getSyntacticTag, hashCode, setChunk, setChunkTag, setMorphologicalTag, setPrimitive, setSpan, setSyntacticChunk
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

setLexeme

public void setLexeme(String lexeme)
Specified by:
setLexeme in class Token

instance

public static Token instance()

toString

public String toString()
Overrides:
toString in class Token


Copyright © 2012-2013 CoGrOO. All Rights Reserved.