Uses of Class
net.sourceforge.nrl.parser.model.VariableContext

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

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

Methods in net.sourceforge.nrl.parser.ast.impl that return VariableContext
 VariableContext AntlrModelResolverVisitor.getVariableContext()
           
 

Methods in net.sourceforge.nrl.parser.ast.impl with parameters of type VariableContext
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.