com.acciente.commons.htmlform
Interface Symbols


public interface Symbols

Contains the set of symbols used by the parser to identify tokens.

Author:
Adinath Raveendra Raj

Field Summary
static char CHAR_AMPERSAND
           
static char CHAR_CLOSE_BRACKET
           
static char CHAR_COLON
           
static char CHAR_EQUALS
           
static char CHAR_OPEN_BRACKET
           
static String TOKEN_AMPERSAND
           
static String TOKEN_CLOSE_BRACKET
           
static String TOKEN_COLON
           
static String TOKEN_EQUALS
           
static String TOKEN_OPEN_BRACKET
           
static String TOKEN_VARTYPE_BOOLEAN
           
static String TOKEN_VARTYPE_FILE
           
static String TOKEN_VARTYPE_FLOAT
           
static String TOKEN_VARTYPE_INT
           
static String TOKEN_VARTYPE_STRING
           
 

Field Detail

CHAR_COLON

static final char CHAR_COLON
See Also:
Constant Field Values

CHAR_EQUALS

static final char CHAR_EQUALS
See Also:
Constant Field Values

CHAR_AMPERSAND

static final char CHAR_AMPERSAND
See Also:
Constant Field Values

CHAR_OPEN_BRACKET

static final char CHAR_OPEN_BRACKET
See Also:
Constant Field Values

CHAR_CLOSE_BRACKET

static final char CHAR_CLOSE_BRACKET
See Also:
Constant Field Values

TOKEN_COLON

static final String TOKEN_COLON
See Also:
Constant Field Values

TOKEN_EQUALS

static final String TOKEN_EQUALS
See Also:
Constant Field Values

TOKEN_AMPERSAND

static final String TOKEN_AMPERSAND
See Also:
Constant Field Values

TOKEN_OPEN_BRACKET

static final String TOKEN_OPEN_BRACKET
See Also:
Constant Field Values

TOKEN_CLOSE_BRACKET

static final String TOKEN_CLOSE_BRACKET
See Also:
Constant Field Values

TOKEN_VARTYPE_STRING

static final String TOKEN_VARTYPE_STRING
See Also:
Constant Field Values

TOKEN_VARTYPE_INT

static final String TOKEN_VARTYPE_INT
See Also:
Constant Field Values

TOKEN_VARTYPE_FLOAT

static final String TOKEN_VARTYPE_FLOAT
See Also:
Constant Field Values

TOKEN_VARTYPE_BOOLEAN

static final String TOKEN_VARTYPE_BOOLEAN
See Also:
Constant Field Values

TOKEN_VARTYPE_FILE

static final String TOKEN_VARTYPE_FILE
See Also:
Constant Field Values


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.