Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.util.textparser
Class TokenType  view TokenType download TokenType.java

java.lang.Object
  extended byorg.media.mn8.util.textparser.TokenType

public class TokenType
extends java.lang.Object

Version:
$Revision: 1.8 $ $Date: 2002/07/02 01:44:41 $

Field Summary
static int EMPTY_LINE
           
static int EOL
           
static int PARAGRAPH
           
static int TEXT
           
static int TEXT_ART
           
static int UNKNOWN
           
static int WHITE_SPACE
           
 
Constructor Summary
TokenType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

TEXT_ART

public static final int TEXT_ART
See Also:
Constant Field Values

PARAGRAPH

public static final int PARAGRAPH
See Also:
Constant Field Values

EMPTY_LINE

public static final int EMPTY_LINE
See Also:
Constant Field Values

WHITE_SPACE

public static final int WHITE_SPACE
See Also:
Constant Field Values

EOL

public static final int EOL
See Also:
Constant Field Values
Constructor Detail

TokenType

public TokenType()