org.thdl.tib.scanner
Class PunctuationMark

java.lang.Object
  |
  +--org.thdl.tib.scanner.Token
        |
        +--org.thdl.tib.scanner.PunctuationMark

public class PunctuationMark
extends Token

Right now, it only used by LocalTibetanScanner to separate "paragraphs"; eventually it will be one of many tokens representing grammatical parts of the sentences that will be interpreted by the parser.

Author:
Andrés Montano Pellegrini
See Also:
LocalTibetanScanner

Field Summary
 
Fields inherited from class org.thdl.tib.scanner.Token
token
 
Constructor Summary
PunctuationMark(char ch)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PunctuationMark

public PunctuationMark(char ch)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo