public interface DoGuardedCommand extends CircusGuardedCommand
Command declaring a do (while) statement containing guarded actions in Dijkstra's style.
Although semantically different, we can represent the AST for the production of guarded actions
from the BNF of do commands with the GuardedAction AST class, hence minimising the
AST classes.
getActionList, getGuardedAction, getGuardedActionList, getNumberOfGuards, setActionListCopyright © 2003–2016 Community Z Tools Project. All rights reserved.