All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface berkeley.cs.dmc.dmod.FieldParserConstants

public interface FieldParserConstants

Variable Index

 o DEFAULT
 o EOF
 o EXPONENT
 o FILESPEC
 o FLOAT
 o IDENTIFIER
 o INTEGER
 o KEYWORD
 o LBRACKET
 o RBRACKET
 o tokenImage

Variables

 o EOF
 public static final int EOF
 o KEYWORD
 public static final int KEYWORD
 o INTEGER
 public static final int INTEGER
 o FLOAT
 public static final int FLOAT
 o EXPONENT
 public static final int EXPONENT
 o IDENTIFIER
 public static final int IDENTIFIER
 o FILESPEC
 public static final int FILESPEC
 o LBRACKET
 public static final int LBRACKET
 o RBRACKET
 public static final int RBRACKET
 o DEFAULT
 public static final int DEFAULT
 o tokenImage
 public static final String tokenImage[]

All Packages  Class Hierarchy  This Package  Previous  Next  Index