copyright The Portico Project 2008.

org.portico.impl.hla13.fomparser
Interface FOMConstants

All Known Implementing Classes:
FOM, FOMTokenManager

public interface FOMConstants


Field Summary
static int ALPHA
           
static int ATTRIBUTE
           
static int CHAR
           
static int CLASS
           
static int DEFAULT
           
static int DIMENSION
           
static int EOF
           
static int FED
           
static int FEDERATION
           
static int FEDVERSION
           
static int IN_SINGLE_LINE_COMMENT
           
static int INTERACTIONS
           
static int NUMERIC
           
static int OBJECTS
           
static int P_CLOSE
           
static int P_OPEN
           
static int PARAMETER
           
static int SINGLE_LINE_COMMENT
           
static int SPACE
           
static int SPACES
           
static int STRING
           
static int SYMBOL
           
static String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

P_OPEN

static final int P_OPEN
See Also:
Constant Field Values

P_CLOSE

static final int P_CLOSE
See Also:
Constant Field Values

FED

static final int FED
See Also:
Constant Field Values

FEDERATION

static final int FEDERATION
See Also:
Constant Field Values

FEDVERSION

static final int FEDVERSION
See Also:
Constant Field Values

SPACES

static final int SPACES
See Also:
Constant Field Values

SPACE

static final int SPACE
See Also:
Constant Field Values

DIMENSION

static final int DIMENSION
See Also:
Constant Field Values

OBJECTS

static final int OBJECTS
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

ATTRIBUTE

static final int ATTRIBUTE
See Also:
Constant Field Values

INTERACTIONS

static final int INTERACTIONS
See Also:
Constant Field Values

PARAMETER

static final int PARAMETER
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

ALPHA

static final int ALPHA
See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values

SYMBOL

static final int SYMBOL
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage

copyright The Portico Project 2008.