de.uniba.wiai.lspi.util.console.parser
Interface CommandParserConstants

All Known Implementing Classes:
CommandParser, CommandParserTokenManager

public interface CommandParserConstants


Field Summary
static int DEFAULT
           
static int EOF
           
static int LETTER
           
static int PARAMSTART
           
static String[] tokenImage
           
static int WORD
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

PARAMSTART

static final int PARAMSTART
See Also:
Constant Field Values

WORD

static final int WORD
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage


Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.