com.sap.tc.logging
Class TokenType

java.lang.Object
  |
  +--com.sap.tc.logging.TokenType

public class TokenType
extends java.lang.Object

Author:
D036224 To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int IDENT
           
static int MAX
           
static int NONE
           
static int UNKNOWN
           
static int UNPARSED
           
 
Constructor Summary
TokenType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN

NONE

public static final int NONE

UNPARSED

public static final int UNPARSED

IDENT

public static final int IDENT

MAX

public static final int MAX
Constructor Detail

TokenType

public TokenType()