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
All Known Implementing Classes:
ActionFragmentApplicationActionImpl, AddActionImpl, ConditionalActionImpl, CreateActionImpl, ForEachActionImpl, OperatorActionImpl, RemoveActionImpl, RemoveFromCollectionActionImpl, SetActionImpl, VariableDeclarationActionImpl

public interface ISimpleAction
extends IAction

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

Author:
Christian Nentwich

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-2013. All Rights Reserved.