Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting | |
org.osate.aadl2.parsesupport |
Modifier and Type | Method and Description |
---|---|
void |
ParseErrorReporter.error(LocationReference loc,
java.lang.String message)
Report an error.
|
void |
AbstractParseErrorReporter.error(LocationReference loc,
java.lang.String message) |
void |
ParseErrorReporter.info(LocationReference loc,
java.lang.String message)
Report information about an AADL text file.
|
void |
AbstractParseErrorReporter.info(LocationReference loc,
java.lang.String message) |
void |
ParseErrorReporter.warning(LocationReference loc,
java.lang.String message)
Report a warning about an AADL text file.
|
void |
AbstractParseErrorReporter.warning(LocationReference loc,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
LocationReference |
AObjectImpl.getLocationReference()
Returns the 'location reference' attribute.
|
LocationReference |
AObject.getLocationReference()
Return the 'location reference' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AObjectImpl.setLocationReference(LocationReference lr)
sets the 'location reference' attribute.
|
void |
AObject.setLocationReference(LocationReference lr)
Set the 'location reference' attribute.
|