Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -18,6 +18,14 @@ Contributor(s): ______________________________________.
|
|||
|
||||
package org.thdl.tib.scanner;
|
||||
|
||||
/** Right now, it only used by {@link 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 LocalTibetanScanner
|
||||
*/
|
||||
class PunctuationMark extends Token
|
||||
{
|
||||
public PunctuationMark(char ch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue