net.sourceforge.nrl.parser.ast.action
Interface IActionFragmentDeclaration

All Superinterfaces:
IDeclaration, IMultipleContextDeclaration, INRLAstNode

public interface IActionFragmentDeclaration
extends IMultipleContextDeclaration

An action fragment declaration. This is similar to a validation fragment and has an id, but contains an action instead of a constraint.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 IAction getAction()
          Return the action.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.IMultipleContextDeclaration
getContextNames, getContextType
 
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

getAction

IAction getAction()
Return the action.

Returns:
the action


Copyright © 2006-2010 Christian Nentwich and others