edu.ksu.cis.projects.bogor.ast.checker
Class Messages
java.lang.Object
edu.ksu.cis.projects.bogor.ast.checker.Messages
public final class Messages
- extends Object
This class stores all the error/warning messages related to the type checker.
- Version:
- CVS $Revision: 1.12 $ $Date: 2005/05/10 05:39:42 $
- Author:
- Robby, Matt Hoosier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNDECLARED_ID
public static final String UNDECLARED_ID
- See Also:
- Constant Field Values
REDECLARED_ID
public static final String REDECLARED_ID
- See Also:
- Constant Field Values
REDECLARED_GLOBAL_ID
public static final String REDECLARED_GLOBAL_ID
- See Also:
- Constant Field Values
INVALID_RANGE
public static final String INVALID_RANGE
- See Also:
- Constant Field Values
TOP_EXTENSION
public static final String TOP_EXTENSION
- See Also:
- Constant Field Values
TOP_LENGTH
public static final String TOP_LENGTH
- See Also:
- Constant Field Values
CIRCULAR_EXTENSION
public static final String CIRCULAR_EXTENSION
- See Also:
- Constant Field Values
TYPE_MISMATCH
public static final String TYPE_MISMATCH
- See Also:
- Constant Field Values
NO_ACTIVE
public static final String NO_ACTIVE
- See Also:
- Constant Field Values
INVALID_ACTIVE
public static final String INVALID_ACTIVE
- See Also:
- Constant Field Values
INVALID_VIRTUAL
public static final String INVALID_VIRTUAL
- See Also:
- Constant Field Values
INVALID_VIRTUAL_RECEIVER
public static final String INVALID_VIRTUAL_RECEIVER
- See Also:
- Constant Field Values
UNCLOSED_VIRTUAL
public static final String UNCLOSED_VIRTUAL
- See Also:
- Constant Field Values
INVALID_ARGS
public static final String INVALID_ARGS
- See Also:
- Constant Field Values
EXPECTING_RETURN
public static final String EXPECTING_RETURN
- See Also:
- Constant Field Values
NOT_EXPECTING_RETURN
public static final String NOT_EXPECTING_RETURN
- See Also:
- Constant Field Values
ACTION_RETURN
public static final String ACTION_RETURN
- See Also:
- Constant Field Values
NO_VIRTUAL_IMPL
public static final String NO_VIRTUAL_IMPL
- See Also:
- Constant Field Values
INVALID_ACTIVE_CARDINALITY_TYPE
public static final String INVALID_ACTIVE_CARDINALITY_TYPE
- See Also:
- Constant Field Values
INVALID_ACTIVE_CARDINALITY_EXP
public static final String INVALID_ACTIVE_CARDINALITY_EXP
- See Also:
- Constant Field Values
INVALID_ACTIVE_CARDINALITY_NUM
public static final String INVALID_ACTIVE_CARDINALITY_NUM
- See Also:
- Constant Field Values
RETURN_ASSIGN_GLOBAL
public static final String RETURN_ASSIGN_GLOBAL
- See Also:
- Constant Field Values
INVALID_FSM_APPLICATION
public static final String INVALID_FSM_APPLICATION
- See Also:
- Constant Field Values
INVALID_INITIAL_VALUE
public static final String INVALID_INITIAL_VALUE
- See Also:
- Constant Field Values
NUMBER_TOO_LARGE
public static final String NUMBER_TOO_LARGE
- See Also:
- Constant Field Values
CONFLICTING_INHERITED_FIELDS
public static final String CONFLICTING_INHERITED_FIELDS
- See Also:
- Constant Field Values
Messages
public Messages()