org.apache.ctakes.core.fsm.token
Interface CharacterToken

All Superinterfaces:
BaseToken
All Known Subinterfaces:
PunctuationToken, SymbolToken
All Known Implementing Classes:
CharacterTokenAdapter, CharacterTokenAdapter, NewlineTokenAdapter, PunctuationTokenAdapter, PunctuationTokenAdapter, SymbolTokenAdapter

public interface CharacterToken
extends BaseToken


Method Summary
 char getChar()
           
 
Methods inherited from interface org.apache.ctakes.core.fsm.token.BaseToken
getEndOffset, getStartOffset
 

Method Detail

getChar

char getChar()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.