Uses of Class
net.sourceforge.nrl.parser.ast.constraints.impl.ModelReferenceImpl

Packages that use ModelReferenceImpl
net.sourceforge.nrl.parser.ast.action.impl   
net.sourceforge.nrl.parser.ast.constraints.impl   
net.sourceforge.nrl.parser.ast.impl The ANTLR v3 implementation of the AST, including a JFlex lexer and ANTLR v3 parser. 
 

Uses of ModelReferenceImpl in net.sourceforge.nrl.parser.ast.action.impl
 

Methods in net.sourceforge.nrl.parser.ast.action.impl that return ModelReferenceImpl
 ModelReferenceImpl CreateActionImpl.getModelReference()
          Return the raw model reference
 

Uses of ModelReferenceImpl in net.sourceforge.nrl.parser.ast.constraints.impl
 

Methods in net.sourceforge.nrl.parser.ast.constraints.impl with parameters of type ModelReferenceImpl
 void ExistsStatementImpl.setElement(ModelReferenceImpl element)
           
 

Constructors in net.sourceforge.nrl.parser.ast.constraints.impl with parameters of type ModelReferenceImpl
ModelReferenceImpl(ModelReferenceImpl other)
          Initialise the model reference by cloning another
 

Uses of ModelReferenceImpl in net.sourceforge.nrl.parser.ast.impl
 

Methods in net.sourceforge.nrl.parser.ast.impl with parameters of type ModelReferenceImpl
static IModelElement ModelReferenceHelper.getModelElement(String elementName, ModelReferenceImpl ref, IModelCollection models, List<NRLError> errors)
          Look up a model element by name, handling both absolute and qualified names.
protected static void ModelReferenceHelper.raiseError(List<NRLError> errors, ModelReferenceImpl ref, int statusCode, String message)
          Helper method to raise errors on model references more efficiently.
protected  void AntlrModelResolverVisitor.raiseError(ModelReferenceImpl ref, int statusCode, String message)
          Convenience method to add an error to the error list, for a particular model reference
static void ModelReferenceHelper.resolveReference(ModelReferenceImpl ref, IModelCollection models, IModelElement contextElement, IClassifier initialContext, VariableContext variableContext, Map<String,IVariableDeclaration> globalVariableContext, List<NRLError> errors)
          Resolve a reference by looking up the initial step and traversing a path.
 



Copyright © 2006-2013. All Rights Reserved.