Uses of Class
edu.cmu.sei.aadl.aadl2.parsesupport.LocationReference

Packages that use LocationReference
edu.cmu.sei.aadl.aadl2.parsesupport   
edu.cmu.sei.aadl.modelsupport.errorreporting   
 

Uses of LocationReference in edu.cmu.sei.aadl.aadl2.parsesupport
 

Fields in edu.cmu.sei.aadl.aadl2.parsesupport declared as LocationReference
protected  LocationReference AObjectImpl.locationReference
          hold locatipon reference for defining identifier
 

Methods in edu.cmu.sei.aadl.aadl2.parsesupport that return LocationReference
 LocationReference AObjectImpl.getLocationReference()
          Returns the 'location reference' attribute.
 LocationReference AObject.getLocationReference()
          Return the 'location reference' attribute.
 

Methods in edu.cmu.sei.aadl.aadl2.parsesupport with parameters of type LocationReference
 void AObjectImpl.setLocationReference(LocationReference lr)
          sets the 'location reference' attribute.
 void AObject.setLocationReference(LocationReference lr)
          Set the 'location reference' attribute.
 

Uses of LocationReference in edu.cmu.sei.aadl.modelsupport.errorreporting
 

Methods in edu.cmu.sei.aadl.modelsupport.errorreporting with parameters of type LocationReference
 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)