Serialized Form
Package uk.ac.ucl.cs.emofocl.emof.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package uk.ac.ucl.cs.emofocl.emofcs.jmi |
model
EMOFCSPackage model
tree
JMITree tree
console
uk.ac.ucl.cs.editors.Console console
factory
uk.ac.ucl.cs.editors.EditorImplementationFactory factory
listeners
ArrayList listeners
Package uk.ac.ucl.cs.emofocl.emofcs.jmi.emofcs |
literalName
String literalName
Package uk.ac.ucl.cs.emofocl.hutn.jmi |
model
HUTNConfigurationPackage model
tree
JMITree tree
console
uk.ac.ucl.cs.editors.Console console
factory
uk.ac.ucl.cs.editors.EditorImplementationFactory factory
listeners
ArrayList listeners
literalName
String literalName
Package uk.ac.ucl.cs.emofocl.jmi |
model
EMOFOCLPackage model
tree
JMITree tree
console
uk.ac.ucl.cs.editors.Console console
factory
uk.ac.ucl.cs.editors.EditorImplementationFactory factory
listeners
ArrayList listeners
originalContext
MOFPackage originalContext
failureContext
NamedElement failureContext
path
List path
index
int index
Package uk.ac.ucl.cs.emofocl.jmi.extensions |
literalName
String literalName
literalName
String literalName
Package uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions |
literalName
String literalName
Package uk.ac.ucl.cs.emofocl.jmi.ocl2.types |
literalName
String literalName
Package uk.ac.ucl.cs.emofocl.jmi.reflect.extended |
extObject
ExtObject extObject
cause
ExtEvent cause
property
javax.jmi.reflect.RefObject property
newValue
Object newValue
oldValue
Object oldValue
cause
ExtEvent cause
Package uk.ac.ucl.cs.emofocl.jmibrowser |
ADD_REFERENCE_ACTION
Action ADD_REFERENCE_ACTION
CREATE_OBJECT_ACTION
Action CREATE_OBJECT_ACTION
REMOVE_OBJECT_ACTION
Action REMOVE_OBJECT_ACTION
REMOVE_REFERENCE_ACTION
Action REMOVE_REFERENCE_ACTION
EDIT_ACTION
Action EDIT_ACTION
REFRESH_ACTION
Action REFRESH_ACTION
VERIFY_CONSTRAINTS_DEEP_ACTION
Action VERIFY_CONSTRAINTS_DEEP_ACTION
VERIFY_CONSTRAINTS_SHALLOW_ACTION
Action VERIFY_CONSTRAINTS_SHALLOW_ACTION
EVALUATE_OCL_ACTION
Action EVALUATE_OCL_ACTION
POPUP
JPopupMenu POPUP
listeners
ArrayList listeners
ENUM_COMBO
JComboBox ENUM_COMBO
update
boolean update
TEXT
JTextField TEXT
currentFeature
PropertyPointer currentFeature
currentType
int currentType
Package uk.ac.ucl.cs.emofocl.jmibrowser.actions |
PARENT
JMITree PARENT
PARENT
JMITree PARENT
PARENT
JMITree PARENT
PARENT
JMITree PARENT
PARENT
JMITree PARENT
PARENT
JMITree PARENT
PARENT
JMITree PARENT
ERRORS_FRAME
uk.ac.ucl.cs.emofocl.jmibrowser.actions.VerifyConstraintsDeepAction.ErrorsFrame ERRORS_FRAME
PARENT
JMITree PARENT
ERRORS_FRAME
uk.ac.ucl.cs.emofocl.jmibrowser.actions.VerifyConstraintsShallowAction.ErrorsFrame ERRORS_FRAME
PARENT
JMITree PARENT
Package uk.ac.ucl.cs.emofocl.jmigen.extended |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package uk.ac.ucl.cs.emofocl.ocl.library |
Package uk.ac.ucl.cs.emofocl.ocl.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package uk.ac.ucl.cs.emofocl.parser |
messages
LinkedList messages