public interface VarDeclCommand extends CircusCommand
Command declaring (possibly multiple) variables local to an action definition. The parser is responsible to ensure that no strokes are allowed in the frame variables.
| Modifier and Type | Method and Description |
|---|---|
CircusAction |
getCircusAction()
Returns the CircusAction element.
|
DeclList |
getDeclList()
Returns the DeclList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
void |
setCircusAction(CircusAction circusAction)
Sets the CircusAction element.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
DeclList getDeclList()
ZDeclList getZDeclList()
void setDeclList(DeclList declList)
declList - the DeclList element.getDeclList()CircusAction getCircusAction()
void setCircusAction(CircusAction circusAction)
circusAction - the CircusAction element.getCircusAction()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.