uk.ac.ucl.cs.emofocl.emof.parser
Interface EMOFCSParserConstants

All Known Implementing Classes:
EMOFCSParser, EMOFCSParserTokenManager

public interface EMOFCSParserConstants


Field Summary
static int ABSTRACT
           
static int BAG
           
static int CLASS
           
static int COMPONENT
           
static int DEFAULT
           
static int DOC_END
           
static int DOC_START
           
static int DOCUMENTATION
           
static int ENUMERATION
           
static int EOF
           
static int EXTENDS
           
static int IDENTICAL
           
static int INTEGER
           
static int INVARIANT
           
static int LBRACE
           
static int LINE_COMMENT
           
static int NAME
           
static int OCL_BOOLEAN
           
static int OCL_INTEGER
           
static int OCL_REAL
           
static int OCL_STRING
           
static int OPPOSITE
           
static int ORDERED
           
static int ORDERED_SET
           
static int PACKAGE
           
static int PARA_COMMENT
           
static int PRIMITIVE
           
static int RBRACE
           
static int SCRIPT
           
static int SCRIPTING
           
static int SEQUENCE
           
static int SET
           
static int SPECIFICATION
           
static String[] tokenImage
           
static int UNIQUE
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

PACKAGE

static final int PACKAGE
See Also:
Constant Field Values

PRIMITIVE

static final int PRIMITIVE
See Also:
Constant Field Values

ENUMERATION

static final int ENUMERATION
See Also:
Constant Field Values

SPECIFICATION

static final int SPECIFICATION
See Also:
Constant Field Values

ABSTRACT

static final int ABSTRACT
See Also:
Constant Field Values

EXTENDS

static final int EXTENDS
See Also:
Constant Field Values

COMPONENT

static final int COMPONENT
See Also:
Constant Field Values

OPPOSITE

static final int OPPOSITE
See Also:
Constant Field Values

ORDERED

static final int ORDERED
See Also:
Constant Field Values

UNIQUE

static final int UNIQUE
See Also:
Constant Field Values

OCL_INTEGER

static final int OCL_INTEGER
See Also:
Constant Field Values

OCL_BOOLEAN

static final int OCL_BOOLEAN
See Also:
Constant Field Values

OCL_REAL

static final int OCL_REAL
See Also:
Constant Field Values

OCL_STRING

static final int OCL_STRING
See Also:
Constant Field Values

IDENTICAL

static final int IDENTICAL
See Also:
Constant Field Values

SET

static final int SET
See Also:
Constant Field Values

BAG

static final int BAG
See Also:
Constant Field Values

SEQUENCE

static final int SEQUENCE
See Also:
Constant Field Values

ORDERED_SET

static final int ORDERED_SET
See Also:
Constant Field Values

INVARIANT

static final int INVARIANT
See Also:
Constant Field Values

DOC_START

static final int DOC_START
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

DOC_END

static final int DOC_END
See Also:
Constant Field Values

SCRIPT

static final int SCRIPT
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

DOCUMENTATION

static final int DOCUMENTATION
See Also:
Constant Field Values

SCRIPTING

static final int SCRIPTING
See Also:
Constant Field Values

PARA_COMMENT

static final int PARA_COMMENT
See Also:
Constant Field Values

LINE_COMMENT

static final int LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage