public interface ChannelPara extends Para
A channel paragraph that declares channel names with corresponding types, possibly generic. Channels are used in process definitions. Strokes are not allowed in channel names, and this is ensured by the parser.
It represents the channel ChannelDecl grammar rule.
| Modifier and Type | Method and Description |
|---|---|
DeclList |
getDeclList()
Returns the DeclList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
DeclList getDeclList()
ZDeclList getZDeclList()
void setDeclList(DeclList declList)
declList - the DeclList element.getDeclList()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.