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

All Superinterfaces:
IAction, INRLAstNode
All Known Implementing Classes:
CompoundActionImpl

public interface ICompoundAction
extends IAction

A collection of actions to be executed in sequence.

Author:
Christian Nentwich

Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 List<ISimpleAction> getSimpleActions()
          Return the ISimpleAction objects contained in this compound action.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getSimpleActions

List<ISimpleAction> getSimpleActions()
Return the ISimpleAction objects contained in this compound action.

Returns:
the actions


Copyright © 2006-2013. All Rights Reserved.