net.sourceforge.nrl.parser.ast
Interface ISingleContextDeclaration

All Superinterfaces:
IDeclaration, INRLAstNode
All Known Subinterfaces:
IActionRuleDeclaration, IConstraintRuleDeclaration, IRuleDeclaration

public interface ISingleContextDeclaration
extends IDeclaration

A SingleContextDeclaration is a declaration with a unique context, for example a rule.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 IModelElement getContext()
          Get the referenced model element
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.IDeclaration
getId
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getContext

IModelElement getContext()
Get the referenced model element

Returns:
the element


Copyright © 2006-2010 Christian Nentwich and others