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

All Superinterfaces:
IAction, INRLAstNode
All Known Subinterfaces:
IActionFragmentApplicationAction, IAddAction, IConditionalAction, ICreateAction, IForEachAction, IOperatorAction, IRemoveAction, IRemoveFromCollectionAction, ISetAction, IVariableDeclarationAction

public interface ISimpleAction
extends IAction

Super-interface for atomic actions that cannot be broken down further.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 



Copyright © 2006-2010 Christian Nentwich and others